Commit 6a764d2491b6451f13b12ac1a7c10a47d27f74dc
1 parent
26620c11
Exists in
master
update patch response
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/concerns/scim_rails/response.rb
@@ -15,7 +15,7 @@ module ScimRails | @@ -15,7 +15,7 @@ module ScimRails | ||
15 | json: list_response(object, counts), | 15 | json: list_response(object, counts), |
16 | status: status, | 16 | status: status, |
17 | content_type: CONTENT_TYPE | 17 | content_type: CONTENT_TYPE |
18 | - when "show", "create", "update" | 18 | + when "show", "create", "put_update", "patch_update" |
19 | render \ | 19 | render \ |
20 | json: user_response(object), | 20 | json: user_response(object), |
21 | status: status, | 21 | status: status, |