From 2209ffc11caa15f4e30b995efcb220989c90cf25 Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Fri, 26 Apr 2024 16:03:04 +0100 Subject: [PATCH] Add uriParameter for rolePath --- APIs/ConfigurationAPI.raml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/APIs/ConfigurationAPI.raml b/APIs/ConfigurationAPI.raml index bd93f9b..6d55f32 100644 --- a/APIs/ConfigurationAPI.raml +++ b/APIs/ConfigurationAPI.raml @@ -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: @@ -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: