Update Project API Key
Activates or deactivates a project-scoped API key. A deactivated key is rejected on authentication.
Path parameters
projectId
The unique identifier of the project.
apiKeyId
The unique identifier of the API key.
Headers
CONFIDENT_API_KEY
The organization API key for your Confident AI organization.
Request
This endpoint expects an object.
valid
Set to false to deactivate the key, or true to reactivate it
Response
success
Indicates if the request was successful
data