Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Identifier for the tenant. Ensures data isolation per tenant.
Workspace identifier within the tenant. Scopes resources to a specific workspace.
Unique identifier of the target environment. Used to scope the API call to a specific deployment environment.
"PRODUCTION-15a0f8c2-a5e8-4e40-ae74-cb1389d22f45-w49jkngj"
Path Parameters
Specifies the internal name of the content model.
Query Parameters
Specifies the language or region for the response data
Boolean flag to publish the record. Set to true to publish immediately upon creation.
Comma-separated environment IDs; required if publish is set to true.
Body
Specifies the title of the record.
"My First Blog Post"
Specifies the URL-friendly slug for the page. Required if model is set to act as a web page.
"my-first-blog-post"
Provides a brief description of the record. (Optional)
"An introduction to our new feature."