-
Notifications
You must be signed in to change notification settings - Fork 13
Document relay rest api endpoints #326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
GET https://{{Space}}/api/relay/rest/queues GET https://{{Space}}/api/relay/rest/queues/:id PUT https://{{Space}}/api/relay/rest/queues/:id DELETE https://{{Space}}/api/relay/rest/queues/:id POST https://{{Space}}/api/relay/rest/queues
✅ Deploy Preview for signalwire-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
OpenAPI Specification AnalysisChanges are compared to the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just one question about the recording path ID that is referenced in a few places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
REST API Update Pull Request
Related Issue
https://github.com/signalwire/cloud-product/issues/14888
Description
Document endpoints:
GET https://{{Space}}/api/relay/rest/queues
GET https://{{Space}}/api/relay/rest/queues/:id
PUT https://{{Space}}/api/relay/rest/queues/:id
DELETE https://{{Space}}/api/relay/rest/queues/:id POST https://{{Space}}/api/relay/rest/queues
Type of Change
Checklist:
team/developer-experience
label in the PR.Additional Notes
Add any other context about the pull request here.