Project
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Responses
200
OK
namestring · nullableRequired
descriptionstring · nullableRequired
dateAddedstring · date-time · nullableRequired
objectIdentifierstring · uuidRequired
403
Forbidden
404
Not Found
get
/projects/{projectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstring · uuidRequired
The unique identifier of the project to update.
Body
namestring · nullableRequired
descriptionstring · nullableRequired
Responses
200
OK
namestring · nullableRequired
descriptionstring · nullableRequired
dateAddedstring · date-time · nullableRequired
objectIdentifierstring · uuidRequired
400
Bad Request
403
Forbidden
404
Not Found
put
/projects/{projectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Responses
200
OK
namestring · nullableRequired
descriptionstring · nullableRequired
dateAddedstring · date-time · nullableRequired
objectIdentifierstring · uuidRequired
403
Forbidden
get
/projects/my-personal-projectAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Responses
200
OK
objectIdentifierstring · uuidRequired
chatCountinteger · int32Optional
reviewCountinteger · int32Optional
teamCountinteger · int32Optional
documentCountinteger · int32Optional
403
Forbidden
404
Not Found
get
/projects/{projectIdentifier}/analyticsLast updated
