Assign a resource as a call handler for a Domain Application.
POST/resources/:id/domain_applications
This endpoint assigns a specific resource to a Domain Application, allowing inbound calls to be handled by the resource.
important
Currently only supports calling
as a handler and automatically defaults to it.
Request​
Responses​
- 200
- 401
- 404
- 422
- 500
The request has succeeded.
Access is unauthorized.
The server cannot find the requested resource.
Client error
Server error