File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,10 +201,11 @@ _No content returned on success._
201201
202202400 Failure Response:
203203
204- | ` error ` | ` error_description ` | ` error_details ` [ ] |
205- | --------------- | -------------------------------- | ------------------------------- |
206- | ` bad_param ` | A validation error occurred. | Array of parameters with errors |
207- | ` missing_param ` | A required parameter is missing. | Array of missing parameters |
204+ | ` error ` | ` error_description ` | ` error_details ` [ ] |
205+ | --------------- | ------------------------------------ | ------------------------------- |
206+ | ` bad_param ` | A validation error occurred. | Array of parameters with errors |
207+ | ` invalid_data ` | None of the provided data was valid. | |
208+ | ` missing_param ` | A required parameter is missing. | Array of missing parameters |
208209
209210## Service Areas
210211
You can’t perform that action at this time.
0 commit comments