Skip to content

Commit

Permalink
fix /resources/users/v3 response
Browse files Browse the repository at this point in the history
  • Loading branch information
juandesi committed Jan 9, 2025
1 parent 48c5626 commit bf04530
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions apis-combined.json
Original file line number Diff line number Diff line change
Expand Up @@ -11202,7 +11202,15 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UserV3Dto"
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserV3Dto"
}
}
}
}
}
}
Expand Down Expand Up @@ -22349,4 +22357,4 @@
]
}
]
}
}
10 changes: 9 additions & 1 deletion identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -6371,7 +6371,15 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UserV3Dto"
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserV3Dto"
}
}
}
}
}
}
Expand Down

0 comments on commit bf04530

Please sign in to comment.