diff options
author | niamhcore <niamh.core@est.tech> | 2021-09-15 13:01:25 +0100 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-09-15 16:20:02 +0100 |
commit | accefb1c6f1fbb2ab904acbf7d5f4eb33ef51cee (patch) | |
tree | d5a4af9c248f110d433366f58cea0a3eefc8c7ed /docs/openapi/openapi.yaml | |
parent | 0f6e827fca9dea842515f47748822844fc5568e5 (diff) |
Update response code for passthrough-running create use-case
Issue-ID: CPS-659
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I4ebc4f68604efe78efb951989c2fb021443c36c9
Diffstat (limited to 'docs/openapi/openapi.yaml')
-rw-r--r-- | docs/openapi/openapi.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/openapi/openapi.yaml b/docs/openapi/openapi.yaml index 082df223..58a23d90 100644 --- a/docs/openapi/openapi.yaml +++ b/docs/openapi/openapi.yaml @@ -313,12 +313,12 @@ paths: $ref: '#/components/schemas/DataAccessWriteRequest' required: true responses: - "200": - description: OK + "201": + description: Created content: - application/json: + text/plain: schema: - type: object + type: string "400": description: Bad Request content: |