diff options
author | uzhas <uzhas@ydb.tech> | 2022-11-24 09:31:32 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2022-11-24 09:31:32 +0300 |
commit | cf3dea4eda10217b75161a6dd487c271a5988f24 (patch) | |
tree | b2fb1d122f3b96c81aef4b21561691d695ec4059 | |
parent | e4710c84e536fdba401aa86f902925ad66ac896c (diff) | |
download | ydb-cf3dea4eda10217b75161a6dd487c271a5988f24.tar.gz |
remove status from Issue
-rw-r--r-- | ydb/core/public_http/openapi/openapi.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ydb/core/public_http/openapi/openapi.yaml b/ydb/core/public_http/openapi/openapi.yaml index 0343d2ec09b..6a490bebd3d 100644 --- a/ydb/core/public_http/openapi/openapi.yaml +++ b/ydb/core/public_http/openapi/openapi.yaml @@ -281,8 +281,6 @@ components: type: array
items:
$ref: '#/components/schemas/Issue'
- status:
- type: integer
Position:
title: Position
x-stoplight:
|