cURL
curl --request PATCH \ --url https://api.example.com/v0/widgets/{external_id} \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "size": "small" } '
{ "_links": { "kyc": { "description": "Submit KYC information", "href": "/v0/user/me/kyc", "method": "PUT" }, "self": { "href": "/v0/user/me", "method": "GET" }, "wallets": { "href": "/v0/wallets", "method": "GET" } } }
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