Commit 6a764d2491b6451f13b12ac1a7c10a47d27f74dc

Authored by Spencer Alan
1 parent 26620c11
Exists in master

update patch response

app/controllers/concerns/scim_rails/response.rb
... ... @@ -15,7 +15,7 @@ module ScimRails
15 15 json: list_response(object, counts),
16 16 status: status,
17 17 content_type: CONTENT_TYPE
18   - when "show", "create", "update"
  18 + when "show", "create", "put_update", "patch_update"
19 19 render \
20 20 json: user_response(object),
21 21 status: status,
... ...