/profile/put
These are the possible response codes when you make an API call to the /profile/put
endpoint.
Response Code | Error | Message | Scenario | Resolution |
---|---|---|---|---|
200 OK | "stat": "ok" | Update profile successfully | ||
200 OK | "stat": "ok" | Used incorrect | ||
200 OK | "stat": "ok" | Not existing email-address used | ||
200 OK | "stat": "ok" | Invalid | ||
200 OK | "stat": "ok" | Missing | ||
200 OK | "stat": "ok" | Removed | ||
400 Bad Request |
| "Invalid json format" | Empty payload | Add the payload. |
400 Bad Request |
| "Invalid json format" | Invalid JSON format used in the payload. | Use correct JSON format for the payload. |
403 Forbidden |
| "Forbidden" | Used incorrect | Use the correct |
422 Unprocessable Entity |
| "firstName": { no error description | Missing required field | Enter the missing required profile fields. |
422 Unprocessable Entity |
| "emailAddress": [ "error_description": "some inputs are invalid" | Invalid email address format used | Use the correct email address format. |
422 Unprocessable Entity |
| "emailAddress": [ no error description | Missing | Enter a valid |