You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/snapshot/create_repository/SnapshotCreateRepositoryRequest.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,22 @@ import { Duration } from '@_types/Time'
27
27
* IMPORTANT: If you are migrating searchable snapshots, the repository name must be identical in the source and destination clusters.
28
28
* To register a snapshot repository, the cluster's global metadata must be writeable.
29
29
* Ensure there are no cluster blocks (for example, `cluster.blocks.read_only` and `clsuter.blocks.read_only_allow_delete` settings) that prevent write access.
30
+
*
31
+
* Several options for this API can be specified using a query parameter or a request body parameter.
32
+
* If both parameters are specified, only the query parameter is used.
0 commit comments