X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d2f9e7809bd1f63638600c7fc8189182c0f327c0..fd507a52e72e992a3fd19309de65905341630396:/doc/api/methods/api_client_authorizations.html.textile.liquid diff --git a/doc/api/methods/api_client_authorizations.html.textile.liquid b/doc/api/methods/api_client_authorizations.html.textile.liquid index ab49610ab1..5bfeca8bc6 100644 --- a/doc/api/methods/api_client_authorizations.html.textile.liquid +++ b/doc/api/methods/api_client_authorizations.html.textile.liquid @@ -5,6 +5,11 @@ navmenu: API Methods title: "api_client_authorizations" ... +{% 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/api_client_authorizations@ @@ -22,8 +27,6 @@ table(table table-bordered table-condensed). |_. Attribute|_. Type|_. Description|_. Example| |uuid|string|An identifier used to refer to the token without exposing the actual token.|| |api_token|string|The actual token string that is expected in the Authorization header.|| -|api_client_id|integer|-|| -|user_id|integer|-|| |created_by_ip_address|string|-|| |last_used_by_ip_address|string|The network address of the most recent client using this token.|| |last_used_at|datetime|Timestamp of the most recent request using this token.|| @@ -60,6 +63,15 @@ table(table table-bordered table-condensed). |api_client_id|integer||query|| |scopes|array||query|| +h3(#current). current + +Return the full record associated with the provided API token. This endpoint is often used to check the validity of a given token. + +Arguments: + +table(table table-bordered table-condensed). +|_. Argument |_. Type |_. Description |_. Location |_. Example | + h3. delete Delete an existing ApiClientAuthorization.