Skip to main content
POST
/
widgets
/
commands
/
reorder
Reorder widgets
curl --request POST \
  --url https://api.example.com/widgets/commands/reorder \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<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
ids
string[]
required

Response

Widgets reordered successfully