-
Notifications
You must be signed in to change notification settings - Fork 27
Added new error codes to SW REST API Documentation #644
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
✅ Deploy Preview for signalwire-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cassieemb
left a comment
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.
The invalid_parameter code is not being removed entirely - we just replaced the usages within the fabric client endpoints with more descriptive errors instead. Apologies about the confusion, I should have made that more clear in the ticket!
|
@cassieemb Ah yep that makes more sense in my head as well now that I think about it. Sorry about that! Should be a quick change to add it back! |

Documentation Update Pull Request
Description
Added new error codes
Related Issue
#636
Type of Change
Documentation Change Details
Added following error codes:
Removed invalid_parameter
Motivation and Context
New error codes were added to replace the invalid parameter error code. These error codes should be present on the docs.
Solves #636
Checklist: