Skip to content

Commit

Permalink
Fix bulkProperties endpoint definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Apr 26, 2024
1 parent 36c7329 commit 7b36beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APIs/schemas/rolePath.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"items": {
"type": "string",
"enum": [
"bulkProperties",
"bulkProperties/",
"descriptors/",
"methods/",
"properties/"
Expand Down
2 changes: 1 addition & 1 deletion examples/rolePath-get-200.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"bulkProperties",
"bulkProperties/",
"descriptors/",
"methods/",
"properties/"
Expand Down

0 comments on commit 7b36beb

Please sign in to comment.