PPylon Developers
ApiContent Projections

Create Projection Rule

POST
/api/admin/v1/content/projections
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

application/json

curl -X POST "https://loading/api/admin/v1/content/projections" \  -H "Content-Type: application/json" \  -d '{    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",    "name": "string",    "autoPublish": true  }'
null
{
  "code": "string",
  "message": "string"
}