Skip to main content
PUT
/
v1
/
partners
/
settings
Update Settings
curl --request PUT \
  --url https://api.yieldo.xyz/v1/partners/settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "fee_enabled": true,
  "fee_collector_address": "<string>",
  "webhook_url": "<string>",
  "name": "<string>",
  "website": "<string>",
  "contact_email": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
fee_enabled
boolean | null
fee_collector_address
string | null
webhook_url
string | null
name
string | null
website
string | null
contact_email
string | null

Response

Successful Response