{
"name" : "Page 5555",
"app" : "app1",
"description" : "",
"pageAccesses" : [
{
"type" : "organization",
"organizationId" : 1,
"accountId" : 2
},
{
"type" : "account",
"organizationId" : 2,
"accountId" : 1
},
{
"type" : "account",
"organizationId" : 3,
"accountId" : 4
}
]
}
curl --location --request PUT 'http://localhost:8080/api/v1/page/1/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Page 5555",
"app" : "app1",
"description" : "",
"pageAccesses" : [
{
"type" : "organization",
"organizationId" : 1,
"accountId" : 2
},
{
"type" : "account",
"organizationId" : 2,
"accountId" : 1
},
{
"type" : "account",
"organizationId" : 3,
"accountId" : 4
}
]
}'
{}