ApiContent Items
Set Tenant Content Link Overrides
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
contentItemId*string
Format
uuidtenantId*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://loading/api/admin/v1/content/items/497f6eca-6276-4993-bfeb-53cbbbba6f08/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08/overrides" \ -H "Content-Type: application/json" \ -d '{ "titleOverride": null, "categoryOverride": null, "isFeatured": true, "sortOrder": 0 }'Empty
{
"code": "string",
"message": "string"
}