RepositoryConfigsedit

A list of snapshot repository configurations.

Propertiesedit

configs (array[RepositoryConfig], required)
List of snapshot configurations

Exampleedit

{
   "configs" : [
      {
         "config" : {},
         "repository_name" : "string"
      }
   ]
}