EaserixDocs
DevelopersAPI referenceNotesCollaboration

Replace this page's outgoing links

View as Markdown
PUT
/v1/pages/{id}/links
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v1/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08/links" \  -H "Content-Type: application/json" \  -d '{    "targetPageIds": [      "1631f1e1-6481-4173-9e23-dc00d7947f7d"    ]  }'
{  "targetPageIds": [    "1631f1e1-6481-4173-9e23-dc00d7947f7d"  ]}