Skip to content

Commit

Permalink
Fix the SCIM API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Dec 17, 2024
1 parent 0b7755c commit c7e4f7b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
8 changes: 4 additions & 4 deletions api/scim/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ paths:
- users
- scim
parameters:
- $ref: '#/components/parameters/userIdPathParam'
- $ref: '#/components/params/userIdPathParam'
responses:
'200':
description: Successfully retrieved user details.
Expand All @@ -106,7 +106,7 @@ paths:
- users
- scim
parameters:
- $ref: '#/params/userIdPathParam'
- $ref: '#/components/params/userIdPathParam'
requestBody:
description: Updated data for the user.
required: true
Expand Down Expand Up @@ -139,7 +139,7 @@ paths:
- users
- scim
parameters:
- $ref: '#/params/userIdPathParam'
- $ref: '#/components/params/userIdPathParam'
requestBody:
description: Data for the partial update of the user.
required: true
Expand Down Expand Up @@ -199,7 +199,7 @@ paths:
- users
- scim
parameters:
- $ref: '#/params/userIdPathParam'
- $ref: '#/components/params/userIdPathParam'
responses:
'204':
description: User deleted successfully.
Expand Down
Loading

0 comments on commit c7e4f7b

Please sign in to comment.