diff options
author | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-12-13 09:32:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-12-13 09:32:29 +0000 |
commit | 764c8e07c355ed976724b347eeb2487a70815592 (patch) | |
tree | 9f0d38e7762a63cacf1d3dd4a3b6d9483428ca5b /cps-rest/docs/openapi/components.yml | |
parent | 28e30ebcb58d46cc37eb8f8f3d279b08a9600200 (diff) | |
parent | 7bc7ca3004adc6a7c1bbcee62e32e1906f2976d1 (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.yml | 2 |
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 |