summaryrefslogtreecommitdiffstats
path: root/openapi
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2024-05-22 11:54:23 +0100
committerToine Siebelink <toine.siebelink@est.tech>2024-05-22 15:17:19 +0000
commit190c30c687cb5506fed6e27bfa623fa2747386bb (patch)
treec6ec4ef16b0e5a242adaa722bab56da09a826292 /openapi
parentb9441f612aa58ad2152103198a42ce422b0be0d4 (diff)
Remove allowReserved from Swagger definitionsHEADmaster
- this option was used on some URL parameters (by accident) - does not seem to affect production code but is at least misleadingt) Issue-ID: CPS-2230 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I714d49fa8f8ac0ef9f1e654aad94b8a7fc2e7792
Diffstat (limited to 'openapi')
-rw-r--r--openapi/components.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index ae9710b1..3142654d 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -252,7 +252,6 @@ components:
in: query
description: Resource identifier to get/set the resource data
required: true
- allowReserved: true
schema:
type: string
example: my-schema:my-node
@@ -264,7 +263,6 @@ components:
required: false
schema:
type: string
- allowReserved: true
examples:
sample1:
value:
@@ -283,7 +281,6 @@ components:
required: false
schema:
type: string
- allowReserved: true
examples:
sample1:
value: my-topic-name
@@ -295,7 +292,6 @@ components:
required: true
schema:
type: string
- allowReserved: true
examples:
sample1:
value:
@@ -319,7 +315,6 @@ components:
required: true
schema:
type: string
- allowReserved: true
examples:
sample1:
value: 4753fc1f-7de2-449a-b306-a6204b5370b3
@@ -334,4 +329,4 @@ components:
example: ncmp-datastore:passthrough-operational or ncmp-datastore:passthrough-running
security:
- - basicAuth: [] \ No newline at end of file
+ - basicAuth: []