You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add api contract for Post /requests endpoint of onboarding extension requests (#216)
* Update README.md
* Fix: change error response code and error name
* Fix: change status code to 403
* Fix: change heading
* fix: change error message
* chore: change response field value
* chore: change status code to 409 for sending conflict response
- **Content:** `{ "statusCode": 403, "error": "Forbidden", "message": "Only super user and onboarding user are authorized to create an onboarding extension request" }`
244
+
245
+
203
246
#### Authentication and Authorization:
204
247
205
248
- Authentication is required for creating a new request.
0 commit comments