Skip to content

Commit

Permalink
Update test snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyw520 committed Nov 17, 2024
1 parent bd2192a commit 9c1666c
Show file tree
Hide file tree
Showing 34 changed files with 5,166 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ types:
"limit": {
"docs": "The number of end user profile records to return",
"type": "optional<integer>",
"validation": {
"exclusiveMax": undefined,
"exclusiveMin": undefined,
"max": 100,
"min": 1,
"multipleOf": undefined,
},
},
},
},
Expand Down Expand Up @@ -687,6 +694,9 @@ service:
limit:
type: optional<integer>
docs: The number of end user profile records to return
validation:
min: 1
max: 100
response:
docs: OK
type: root.EndUsers
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 9c1666c

Please sign in to comment.