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 PUT \ --url https://api.devhelm.io/api/v1/status-pages/{id}/components/reorder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "positions": [ { "componentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "displayOrder": 123, "groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] } '
{ "status": 404, "code": "NOT_FOUND", "message": "Monitor not found", "timestamp": 1737302400000, "requestId": "5b6f7a8c-1234-4d5e-9f0a-1b2c3d4e5f6a" }
API key (dh_live_...) or Auth0 JWT token
Batch component reorder request
Ordered list of component IDs with their new positions
1
Show child attributes
No Content