createList
Own Restricted List APIs
Post New Restricted List
POST
createList
This endpoint allows you to create a new Own Restricted List entry.Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
Restricted list entries are tied to one or more domain IDs, ensuring they apply only within the specified domains.
Request Body
A JSON object containing the details of the restricted entry:listName— Name of the restricted entity or keyword.domainIds— Array of domain IDs where this restricted entry should apply.active— Making the ORL active or inactive.
Notes
- You must specify at least one domainId in the request body.
- Multiple domain IDs can be provided if the entry is meant to be shared across different domains.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
