Skip to main content
PUT
/
v1
/
creators
/
vaults
Update Vaults
curl --request PUT \
  --url https://api.yieldo.xyz/v1/creators/vaults \
  --header 'Content-Type: application/json' \
  --data '
{
  "enrolled_vaults": [
    "<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
enrolled_vaults
string[]
required

Response

Successful Response