diff options
Diffstat (limited to 'cps-rest/docs/api/swagger/components.yml')
-rwxr-xr-x | cps-rest/docs/api/swagger/components.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cps-rest/docs/api/swagger/components.yml b/cps-rest/docs/api/swagger/components.yml index bb1f120022..5a21a730ef 100755 --- a/cps-rest/docs/api/swagger/components.yml +++ b/cps-rest/docs/api/swagger/components.yml @@ -75,6 +75,13 @@ components: schema: type: string default: / + requiredXpathInQuery: + name: xpath + in: query + description: xpath + required: true + schema: + type: string cpsPathInQuery: name: cps-path in: query |