ApiContent Items
Bulk Activate Content Items
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/api/admin/v1/content/items/bulk-activate" \ -H "Content-Type: application/json" \ -d '{ "contentItemIds": [ "9c704a11-5ffb-439e-b319-5be9840cd71b" ] }'0