X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58a4f7eb6dc51569eef87b6b5de800e4defa6291..4dc84fdc1f380b9d796308972648e6e36299684a:/doc/api/schema/Repository.html.textile.liquid diff --git a/doc/api/schema/Repository.html.textile.liquid b/doc/api/schema/Repository.html.textile.liquid index 27cc711985..0f9b25ec2c 100644 --- a/doc/api/schema/Repository.html.textile.liquid +++ b/doc/api/schema/Repository.html.textile.liquid @@ -19,5 +19,7 @@ Each Repository has, in addition to the usual "attributes of Arvados resources": table(table table-bordered table-condensed). |_. Attribute|_. Type|_. Description|_. Example| |name|string|The name of the repository on disk. Repository names must begin with a letter and contain only alphanumerics. Unless the repository is owned by the system user, the name must begin with the owner's username, then be separated from the base repository name with @/@. You may not create a repository that is owned by a user without a username.|@username/project1@| -|fetch_url|string|The git remote's fetch URL for the repository. Read-only.|| -|push_url|string|The git remote's push URL for the repository. Read-only.|| +|clone_urls|array|URLs from which the repository can be cloned. Read-only.|@["git@git.zzzzz.arvadosapi.com:foo/bar.git", + "https://git.zzzzz.arvadosapi.com/foo/bar.git"]@| +|fetch_url|string|URL suggested as a fetch-url in git config. Deprecated. Read-only.|| +|push_url|string|URL suggested as a push-url in git config. Deprecated. Read-only.||