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

Documentation Index

Fetch the complete documentation index at: https://docs.yieldo.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string | null
bio
string | null
twitter
string | null
fee_enabled
boolean | null
fee_collector_address
string | null

Response

Successful Response