Marker manipulations
Moving nodes
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
markerIndexstringRequired
nodeIndexstringRequired
Body
ordernumberRequired
nodeIndexstringRequired
Responses
202Success
application/json
patch
/api/markers/{markerIndex}/nodes/{nodeIndex}202Success
Update record
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
recordIndexstringRequired
Body
valuestringRequired
valuesstring[]Required
namestringRequired
titlestringRequired
attachmentsstring[]Required
Responses
202Success
application/json
patch
/api/records/{recordIndex}202Success
Attach snapshot
1. Upload file to storage
2. Update record attachments with uploaded file data
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
recordIndexstringRequired
Body
valuestringRequired
valuesstring[]Required
namestringRequired
titlestringRequired
attachmentsstring[]Required
Responses
202Success
application/json
patch
/api/records/{recordIndex}202Success
Last updated
Was this helpful?