Skip to main content
PATCH
/
v0
/
widgets
/
{external_id}
Update Widget
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"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

external_id
string
required

Body

application/json
title
string | null

Widget display title

Maximum string length: 255
size
enum<string> | null

Widget size for dashboard layout

Available options:
small,
medium,
large

Response

Widget updated successfully

HAL-style hypermedia links for navigation and available actions.

external_id
string
required
type
string
required
position
integer
required
created_at
integer
required
updated_at
integer
required
query_config
Query Config · object
display_config
Display Config · object