cURL
curl --request PATCH \ --url https://api.sumvin.com/v0/widgets/{widget_id} \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "size": "small" } '
{ "_links": {}, "id": "<string>", "type": "<string>", "position": 123, "created_at": 123, "updated_at": 123, "query_config": {}, "display_config": {}, "deleted_at": 123 }
Tenant org ID for multi-tenant auth
Widget display title
255
Widget size for dashboard layout
small
medium
large
Widget updated successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes