Records
Create a new project record with a server generated ID
Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired
The project ID
Body
Refer to the /schemas/record endpoint for the full JSON Schema definition
and
anyOptional
anyOptional
or
or
Responses
200
successful operation
application/json
400
Invalid status value
application/json
post
/projects/{projectId}/recordsUpdate an existing project record
Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired
The project ID
recordIdstringRequired
The record ID
Body
Refer to the /schemas/record endpoint for the full JSON Schema definition
and
anyOptional
anyOptional
or
or
Responses
200
successful operation
application/json
400
Invalid status value
application/json
put
/projects/{projectId}/records/{recordId}