Skip to content

Commit

Permalink
Remove members from rolePath endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 20, 2024
1 parent ff9a5eb commit cd2b16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions APIs/schemas/rolePath.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"enum": [
"properties/",
"methods/",
"members/",
"descriptors/"
]
},
"minItems": 4,
"maxItems": 4,
"minItems": 3,
"maxItems": 3,
"uniqueItems": true
}
1 change: 0 additions & 1 deletion examples/rolePath-get-200.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[
"properties/",
"methods/",
"members/",
"descriptors/"
]

0 comments on commit cd2b16f

Please sign in to comment.