Last updated 9 months ago
Was this helpful?
PATCH /api/markers/{markerIndex}/nodes/{nodeIndex} HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 61 { "location": { "x": 1, "y": 1, "z": 1 }, "order": 1, "nodeIndex": "text" }
{}
PATCH /api/records/{recordIndex} HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 86 { "value": "text", "values": [ "text" ], "name": "text", "title": "text", "attachments": [ "text" ] }
{ "values": [ "text" ], "value": "text", "routineId": "text", "name": "text", "title": "text", "defaultValue": "text", "recordIndex": "text", "enabled": true, "routineIndex": "text", "type": "text", "attachments": [ "text" ] }