Skip to content

Commit

Permalink
SCIM: Remove unimplemented /Me endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Dec 18, 2024
1 parent 0c75654 commit 95f1f46
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions api/scim/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,31 +302,6 @@ paths:
description: When SCIM is enabled, this endpoint is accessible by anyone authentified in Grist.
operationId: getMe
parameters: []
put:
<<: *put-user
summary: Update information about oneself
description: |
When SCIM is enabled, this endpoint is accessible by anyone authentified in Grist.
⚠️ This operation override all the user's information. In order to pass only some properties to update, please use [PATCH](#tag/scim/operation/patchUserById) instead.
operationId: putMe
parameters: []
patch:
<<: *patch-user
summary: Partially update information about oneself
description: When SCIM is enabled, this endpoint is accessible by anyone authentified in Grist.
operationId: patchMe
parameters: []
delete:
<<: *delete-user
summary: Delete own account
description: |
When SCIM is enabled, this endpoint is accessible by anyone authentified in Grist.
⚠️ **This action cannot be undone, please be cautious when using this endpoint** ⚠️
operationId: deleteMe
parameters: []


components:

Expand Down

0 comments on commit 95f1f46

Please sign in to comment.