aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/docs/openapi/components.yml
diff options
context:
space:
mode:
authorLee Anjella Macabuhay <lee.anjella.macabuhay@est.tech>2024-12-13 09:32:29 +0000
committerGerrit Code Review <gerrit@onap.org>2024-12-13 09:32:29 +0000
commit764c8e07c355ed976724b347eeb2487a70815592 (patch)
tree9f0d38e7762a63cacf1d3dd4a3b6d9483428ca5b /cps-rest/docs/openapi/components.yml
parent28e30ebcb58d46cc37eb8f8f3d279b08a9600200 (diff)
parent7bc7ca3004adc6a7c1bbcee62e32e1906f2976d1 (diff)
Merge "Implementation of Data validation feature in CPS APIs"
Diffstat (limited to 'cps-rest/docs/openapi/components.yml')
-rw-r--r--cps-rest/docs/openapi/components.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/docs/openapi/components.yml b/cps-rest/docs/openapi/components.yml
index 1db4185330..1a7e4308d9 100644
--- a/cps-rest/docs/openapi/components.yml
+++ b/cps-rest/docs/openapi/components.yml
@@ -326,7 +326,7 @@ components:
dryRunInQuery:
name: dry-run
in: query
- description: Boolean flag to validate data, without persisting it. Default value is set to false.
+ description: Boolean flag to validate data, without persisting it. Default value is false.
required: false
schema:
type: boolean