Sign in

Update queue

documented

Update a queue.

PUT /api/2.0/queues/{queueId}Queuesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.agendize.com/api/2.0/queues/{{$queueId}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"thankMessage":"{{$thankMessage}}","welcomeMessage":"{{$welcomeMessage}}","company":{"id":"{{$company_id}}","name":"{{$company_name}}"},"form":{"id":"{{$form_id}}","name":"{{$form_name}}"}}'