Skip to main content
PATCH
/
v0
/
page_groups
/
{page_group_id}
/
pages
/
{page_id}
Update a page
curl --request PATCH \
  --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages/{page_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "customName": "<string>",
  "supplementaryContext": "<string>"
}'
{
  "pageGroupId": "<string>",
  "pageId": "<string>",
  "tenantId": "<string>",
  "effectiveName": "<string>",
  "customName": "<string>",
  "computedName": "<string>",
  "supplementaryContext": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

page_group_id
string
required

page_group_id parameter

page_id
string
required

page_id parameter

Body

application/json
customName
string | null
supplementaryContext
string | null

Response

200 - application/json

Successful operation

pageGroupId
string
required
pageId
string
required
tenantId
string
required
effectiveName
string
required
customName
string | null
required
computedName
string
required
supplementaryContext
string | null
required
createdAt
string
required
updatedAt
string
required