Last updated 9 months ago
Was this helpful?
curl -L \ --request PATCH \ --url '/api/markers/{markerIndex}/nodes/{nodeIndex}' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "location": { "x": 1, "y": 1, "z": 1 }, "order": 1, "nodeIndex": "text" }'
{}
curl -L \ --request PATCH \ --url '/api/records/{recordIndex}' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "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" ] }