cURL
curl --request PATCH \ --url https://api.tryarchitect.com/v0/page_links/{page_link_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "tenantDomainId": "<string>", "path": "<string>", "target": { "targetType": "<string>", "audienceId": "<string>" } } '
{ "pageLinkId": "<string>", "tenantDomainId": "<string>", "path": "<string>", "target": { "targetType": "<string>", "audienceId": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>" }
Update a page link by ID.
API key authentication for the External Actor Gateway
page_link_id parameter
1
Show child attributes
Successful operation
^\+[1-9]\d{1,14}$
Was this page helpful?