diff options
author | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2024-07-16 19:26:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-16 19:26:48 +0000 |
commit | b08422d2d060d8b866eb245947c4334301c80bdb (patch) | |
tree | e730c3994a9f4ed7fdc4f76bc216261728535fbf /cps-rest/docs/openapi/components.yml | |
parent | fea2f673abe2586e62a8790ffb71efff5a01744d (diff) | |
parent | 760dd950e6f6fcb6f49c6f9d92a33f538adffd24 (diff) |
Merge "XML content support on replace a node with descendants"
Diffstat (limited to 'cps-rest/docs/openapi/components.yml')
-rw-r--r-- | cps-rest/docs/openapi/components.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-rest/docs/openapi/components.yml b/cps-rest/docs/openapi/components.yml index 01375f503d..99502e3083 100644 --- a/cps-rest/docs/openapi/components.yml +++ b/cps-rest/docs/openapi/components.yml @@ -279,10 +279,10 @@ components: type: string enum: [v1, v2] default: v2 - contentTypeHeader: + contentTypeInHeader: name: Content-Type in: header - description: Content type header + description: Content type in header schema: type: string example: 'application/json' |