diff options
Diffstat (limited to 'docs/openapi/components.yml')
-rw-r--r-- | docs/openapi/components.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index c67dad69..05f1ac06 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -43,6 +43,17 @@ components: type: string example: system-001 + OperationalRequest: + type: object + properties: + operation: + type: string + enum: [ read ] + cmHandleProperties: + type: object + additionalProperties: + type: string + responses: NotFound: description: The specified resource was not found |