X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4eb42fd91dc5e50840e0d3db5d5201561602a508..698f00b7f1c760f504963b42720c7fa2cbc66e48:/doc/api/schema/Link.html.textile.liquid diff --git a/doc/api/schema/Link.html.textile.liquid b/doc/api/schema/Link.html.textile.liquid index 5660bec4b1..4abfdbc249 100644 --- a/doc/api/schema/Link.html.textile.liquid +++ b/doc/api/schema/Link.html.textile.liquid @@ -6,8 +6,6 @@ title: Link ... - - **Links** describe relationships between Arvados objects, and from objects to primitives. Links are directional: each metadata object has a tail (the "subject" being described), class, name, properties, and head (the "object" that describes the "subject"). A Link may describe a relationship between two objects in an Arvados database: e.g. a _permission_ link between a User and a Group defines the permissions that User has to read or modify the Group. Other Links simply represent metadata for a single object, e.g. the _identifier_ Link, in which the _name_ property represents a human-readable identifier for the object at the link's head. @@ -16,9 +14,7 @@ For links that don't make sense to share between API clients, a _link_class_ tha h2. Methods -See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html - -API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/links@ +See "links":{{site.baseurl}}/api/methods/links.html h2. Resource @@ -30,7 +26,7 @@ table(table table-bordered table-condensed). |link_class|string|Class (see below)| |name|string|Link type (see below)| |head_uuid|string|Object UUID at the head (end, destination, target) of this link| -|properties{}|list|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.| h2. Link classes