X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c198274863bb5d72ef34dfc311c62bf50d6bd4f4..f18f0e90022f7a78032d5e4ebf9995d5256a076e:/doc/api/methods/links.html.textile.liquid diff --git a/doc/api/methods/links.html.textile.liquid b/doc/api/methods/links.html.textile.liquid index 0a475bba10..04643443e6 100644 --- a/doc/api/methods/links.html.textile.liquid +++ b/doc/api/methods/links.html.textile.liquid @@ -5,6 +5,11 @@ navmenu: API Methods title: "links" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/links@ @@ -24,7 +29,7 @@ table(table table-bordered table-condensed). |tail_uuid|string|The origin or actor in the description or action (may be null).| |link_class|string|Type of link| |name|string|Primary value of the link.| -|properties|hash|Additional information, expressed as a key→value hash. Key: string. Value: string, number, array, or hash.| +|properties|hash|Additional information, expressed as a key→value hash. Key: string. Value: string, number, array, or hash. May be used in queries using "subproperty filters":{{site.baseurl}}/api/methods.html#subpropertyfilters| h2. Link classes @@ -45,7 +50,7 @@ table(table table-bordered table-condensed). h2. Methods -See "Common resource methods":{{site.baseurl}}/api/methods.html more information about @create@, @delete@, @get@, @list@, and @update@. +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. Required arguments are displayed in %{background:#ccffcc}green%.