diff --git a/docs/redoc/master/openapi.json b/docs/redoc/master/openapi.json index e3258c08b5..62edae87d0 100644 --- a/docs/redoc/master/openapi.json +++ b/docs/redoc/master/openapi.json @@ -1475,6 +1475,16 @@ "schema": { "$ref": "#/components/schemas/WriteOrdering" } + }, + { + "name": "timeout", + "in": "query", + "description": "Timeout for the operation", + "required": false, + "schema": { + "type": "integer", + "minimum": 1 + } } ], "requestBody": { @@ -1670,6 +1680,16 @@ "schema": { "$ref": "#/components/schemas/WriteOrdering" } + }, + { + "name": "timeout", + "in": "query", + "description": "Timeout for the operation", + "required": false, + "schema": { + "type": "integer", + "minimum": 1 + } } ], "responses": { diff --git a/openapi/openapi-collections.ytt.yaml b/openapi/openapi-collections.ytt.yaml index 8c576aef41..0b251f698e 100644 --- a/openapi/openapi-collections.ytt.yaml +++ b/openapi/openapi-collections.ytt.yaml @@ -154,6 +154,13 @@ paths: required: false schema: $ref: "#/components/schemas/WriteOrdering" + - name: timeout + in: query + description: "Timeout for the operation" + required: false + schema: + type: integer + minimum: 1 requestBody: description: Field name content: @@ -211,6 +218,13 @@ paths: required: false schema: $ref: "#/components/schemas/WriteOrdering" + - name: timeout + in: query + description: "Timeout for the operation" + required: false + schema: + type: integer + minimum: 1 responses: #@ response(reference("UpdateResult")) /collections/{collection_name}/cluster: