Prompt Categories
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Query parameters
promptObjectIdentifierstring · uuidOptional
unusedColourbooleanOptionalDefault:
falseResponses
200
OK
string · enumOptionalPossible values:
400
Bad Request
401
Unauthorized
403
Forbidden
get/projects/{projectIdentifier}/prompt-categories
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Body
namestring · nullableOptional
colourstring · enumOptionalPossible values:
promptObjectIdentifierstring · uuidOptional
resourceOwnerIdstring · nullableOptional
Responses
200
OK
namestring · nullableRequired
colourstring · enumRequiredPossible values:
401
Unauthorized
403
Forbidden
post/projects/{projectIdentifier}/prompt-categories
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200
OK
namestring · nullableRequired
colourstring · enumRequiredPossible values:
401
Unauthorized
403
Forbidden
get/projects/{projectIdentifier}/prompt-categories/{objectIdentifier}
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Body
namestring · nullableOptional
colourstring · enumOptionalPossible values:
Responses
200
OK
namestring · nullableRequired
colourstring · enumRequiredPossible values:
401
Unauthorized
403
Forbidden
put/projects/{projectIdentifier}/prompt-categories/{objectIdentifier}
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
204
No Content
No content
401
Unauthorized
403
Forbidden
delete/projects/{projectIdentifier}/prompt-categories/{objectIdentifier}
No content
Last updated
