Skip to main content
PUT
/
v1
/
orgs
/
{org_id}
/
prompts
/
order
Bulk reorder custom prompts
curl --request PUT \
  --url http://localhost:3000/v1/orgs/{org_id}/prompts/order \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Body

application/json
ids
string<uuid>[]
required
Minimum array length: 1

Response

200

Default Response