PPylon Developers
ApiContent Items

Set Canonical Source

POST
/api/admin/v1/content/items/{id}/canonical
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://loading/api/admin/v1/content/items/497f6eca-6276-4993-bfeb-53cbbbba6f08/canonical" \  -H "Content-Type: application/json" \  -d '{    "contentItemSourceId": "88590f76-1aa0-4906-addd-9819ed360d61"  }'
Empty