X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a98271d94163cdc4afa5bfcf275db353bc062d2..refs/heads/8872-node-manager-create-search-handling-wip:/doc/api/methods/links.html.textile.liquid?ds=sidebyside diff --git a/doc/api/methods/links.html.textile.liquid b/doc/api/methods/links.html.textile.liquid index 0490bf9bd6..3c0bdf346d 100644 --- a/doc/api/methods/links.html.textile.liquid +++ b/doc/api/methods/links.html.textile.liquid @@ -6,11 +6,12 @@ title: "links" ... +See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html +API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/links@ Required arguments are displayed in %{background:#ccffcc}green%. - h2. create Create a new Link. @@ -31,16 +32,6 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the Link in question.|path|| -h2. destroy - -destroy links - -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|uuid|string||path|| - h2. get Gets a Link's metadata by UUID. @@ -51,18 +42,6 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the Link in question.|path|| -h2. index - -index links - -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|tail_uuid|string||path|| -|order|string||query|| -|where|object||query|| - h2. list List links. @@ -73,9 +52,7 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | |limit|integer (default 100)|Maximum number of links to return.|query|| |order|string|Order in which to return matching links.|query|| -|pageToken|string|Page token.|query|| -|q|string|Query string for searching links.|query|| -|where|object|Conditions for filtering links.|query|| +|filters|array|Conditions for filtering links.|query|| h2. render_not_found @@ -87,16 +64,6 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|a|string||path|| -h2. show - -show links - -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|uuid|string||path|| - h2. update Update attributes of an existing Link.