$ref: '#/components/schemas/OPADataUpdateRequest'
required: false
responses:
- 200:
- description: successful operation
- headers:
- X-LatestVersion:
- description: Used only to communicate an API's latest version
- schema:
- type: string
- X-PatchVersion:
- description: Used only to communicate a PATCH version in a response
- for troubleshooting purposes only, and will not be provided by the
- client on request
- schema:
- type: string
- X-MinorVersion:
- description: Used to request or communicate a MINOR version back from
- the client to the server, and from the server back to the client
- schema:
- type: string
- X-ONAP-RequestID:
- description: Used to track REST transactions for logging purpose
- schema:
- type: string
- format: uuid
+ 202:
+ description: Request accepted for processing
+ content: {}
+ 204:
+ description: Request processed successfully, No content to respond
content: {}
-
400:
description: Bad Request
content: