Browse Source

[DOCS] Remove `timeout` and `master_timeout` parameters from request body (#80708) (#80709)

The put repository API doesn't accept these parameters in the request body.

Co-authored-by: Ivonne Botello <87008515+ibotello@users.noreply.github.com>
James Rodewig 3 years ago
parent
commit
63d0d66a07
1 changed files with 0 additions and 12 deletions
  1. 0 12
      docs/reference/snapshot-restore/apis/put-repo-api.asciidoc

+ 0 - 12
docs/reference/snapshot-restore/apis/put-repo-api.asciidoc

@@ -79,18 +79,6 @@ You can manually perform this verification using the
 [[put-snapshot-repo-api-request-body]]
 ==== {api-request-body-title}
 
-`master_timeout`::
-(Optional, <<time-units, time units>>)
-Specifies the period of time to wait for
-a connection to the master node. If no response is received before the timeout
-expires, the request fails and returns an error. Defaults to `30s`.
-
-`timeout`::
-(Optional, <<time-units, time units>>)
-Specifies the period of time to wait for
-a response. If no response is received before the timeout expires, the request
-fails and returns an error. Defaults to `30s`.
-
 [[put-snapshot-repo-api-request-type]]
 `type`::
 +