-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Line 33 in 12f21fb
| this.Response.StatusCode = (int)HttpStatusCode.Created; |
It appears that the status code is being set to 201 here, however, in the ControllerTemplate.Put action, we return an Ok (201) result ... which status code will be used here? The speicification for SCIM indicates it should be a 200 result (unless otherwise stated).
Metadata
Metadata
Assignees
Labels
No labels