Skip to content

Commit

Permalink
SCIM: Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Dec 18, 2024
1 parent c7e4f7b commit 0c75654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/scim/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paths:
required: false
schema:
type: string
example: "userName eq 'john.doe'"
example: "userName pr"
responses:
'200':
description: Successfully retrieved list of users.
Expand Down Expand Up @@ -166,7 +166,7 @@ paths:
path:
type: string
description: The field to be updated.
example: "photos.value"
example: "photos[primary eq true].value"
value:
type: string
description: New value for the field.
Expand Down Expand Up @@ -236,7 +236,7 @@ paths:
filter:
type: string
description: Filter expression for users.
example: "userName eq 'john.doe'"
example: 'userName co "john.doe"'
sortBy:
type: string
description: Field to sort by.
Expand Down

0 comments on commit 0c75654

Please sign in to comment.