cURL
curl --request PUT \ --url https://prod.featherhq.com/api/v1/phone-number/outbound/{id}/dispatch-rule \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "agentIds": [ "<string>" ] }'
{ "success": true, "displayMessage": "<string>", "agentIds": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dispatch rules updated successfully