Skip to content

Commit

Permalink
Add uriParameter for rolePath
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Apr 26, 2024
1 parent 3139334 commit 2209ffc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ documentation:
example: !include ../examples/rolePaths-base-get-200.json
type: !include schemas/rolePaths-base.json
/{rolePath}:
displayName: 'Attributes of a Role Path'
uriParameters:
rolePath:
type: string
get:
description: 'Get attributes of the object specified by rolePath'
responses:
Expand Down Expand Up @@ -104,8 +106,8 @@ documentation:
/{methodId}:
uriParameters:
methodId:
type: string
pattern: "^[0-9]+m[0-9]+"
type: string
pattern: "^[0-9]+m[0-9]+"
patch:
description: 'Invoke method.'
body:
Expand Down

0 comments on commit 2209ffc

Please sign in to comment.