summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-10-16 12:33:02 +0000
committerGerrit Code Review <gerrit@onap.org>2024-10-16 12:33:02 +0000
commite1b7a0108fb995823c491ec68800954ec8739e42 (patch)
treef34620392318fe8cf1487b586ef5bbbcdd85f1df /docs
parent65fce14427d2004cad9d27393411471371cc73f9 (diff)
parent60f87b93ba4c16eb1045483236c5bcf3a3d0d67a (diff)
Merge "Add missing duplication test in integration test suite"
Diffstat (limited to 'docs')
-rw-r--r--docs/api/swagger/cps/openapi.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml
index d22b2887a6..87c6378e45 100644
--- a/docs/api/swagger/cps/openapi.yaml
+++ b/docs/api/swagger/cps/openapi.yaml
@@ -1451,6 +1451,15 @@ paths:
schema:
default: /
type: string
+ - description: "Boolean flag to validate data, without persisting it. Default\
+ \ value is set to false."
+ in: query
+ name: dry-run
+ required: false
+ schema:
+ default: false
+ example: false
+ type: boolean
- description: observed-timestamp
in: query
name: observed-timestamp
@@ -2550,6 +2559,16 @@ components:
schema:
example: application/json
type: string
+ dryRunInQuery:
+ description: "Boolean flag to validate data, without persisting it. Default\
+ \ value is set to false."
+ in: query
+ name: dry-run
+ required: false
+ schema:
+ default: false
+ example: false
+ type: boolean
requiredXpathInQuery:
description: "For more details on xpath, please refer https://docs.onap.org/projects/onap-cps/en/latest/xpath.html"
examples: