Create Project Policy
Creates a custom project policy from a set of permissions. Use GET /v1/organization/permissions to discover assignable permission ids.
Path parameters
projectId
The unique identifier of the project.
Headers
CONFIDENT_API_KEY
The organization API key for your Confident AI organization.
Request
This endpoint expects an object.
name
Name of the policy
permissionIds
The ids of the permissions granted by this policy
description
Optional description of the policy
Response
success
Indicates if the request was successful
data