Skip to main content
PUT
/
config
cURL
curl --request PUT \
  --url https://api.example.com/config \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "name": "<string>",
  "ownerId": "<string>",
  "url": "<string>",
  "value": {},
  "actions": [
    {
      "id": "<string>",
      "name": "<string>",
      "price": {
        "minor": 123,
        "major": 123,
        "currency": "<string>"
      },
      "category": "<string>",
      "game": "<string>"
    }
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

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

Body

application/json
id
string
required
name
string
required
ownerId
string
required
url
string
required
value
object
required
actions
object[]
required

Response

200

put 200 response