Set or clear this address's own action
PUT/v1/projects/:project_id/addresses/:identifier
Upserts the address and its action in one call. action: null forgets the exception and defers back to the route table; any other action requires the same fields a route or channel default would (agent_id for agent, text for message).
Request
Responses
- 200
- 201
- 400
- 401
- 404
Action updated.
Address created with this action.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).