Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:3000/v1/admin/nodes/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "timezone": "<string>", "sweep_cutoff_minutes": 240, "sweep_cutoff_time": "<string>", "logo_url": "<string>" } '
{ "success": true, "node": { "id": "<string>", "name": "<string>", "code": "<string>", "is_active": true, "timezone": "<string>", "sweep_cutoff_minutes": 123, "sweep_cutoff_time": "<string>", "retailer_location_id": "<string>", "logo_url": "<string>", "created_at": "<string>", "updated_at": "<string>", "operating_hours": null } }
Updates a node’s configuration.
1
1 - 200
Show child attributes
0 <= x <= 480
^\d{4}$
Updated node