From f342d3ca6c24fd98afa627df1cb60fe9bf9570ba Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 15 Nov 2021 09:38:18 -0500 Subject: [PATCH] [DOCS] Remove `timeout` and `master_timeout` parameters from request body (#80708) (#80719) The put repository API doesn't accept these parameters in the request body. Co-authored-by: Ivonne Botello <87008515+ibotello@users.noreply.github.com> --- .../snapshot-restore/apis/put-repo-api.asciidoc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/reference/snapshot-restore/apis/put-repo-api.asciidoc b/docs/reference/snapshot-restore/apis/put-repo-api.asciidoc index cf66d7dc9671a..e51543cabc5d4 100644 --- a/docs/reference/snapshot-restore/apis/put-repo-api.asciidoc +++ b/docs/reference/snapshot-restore/apis/put-repo-api.asciidoc @@ -73,18 +73,6 @@ You can manually perform this verification using the [[put-snapshot-repo-api-request-body]] ==== {api-request-body-title} -`master_timeout`:: -(Optional, <>) -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, <>) -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`:: +