Skip to content

Commit

Permalink
[DOCS] Remove timeout and master_timeout parameters from request …
Browse files Browse the repository at this point in the history
…body (#80708) (#80711)

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

Co-authored-by: Ivonne Botello <87008515+ibotello@users.noreply.github.com>
  • Loading branch information
jrodewig and ibotello committed Nov 15, 2021
1 parent b9ce698 commit 27d5315
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/reference/snapshot-restore/apis/put-repo-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
+
Expand Down

0 comments on commit 27d5315

Please sign in to comment.