X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..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 bcf77564c5..5bfeca8bc6 100644 --- a/doc/api/methods/api_client_authorizations.html.textile.liquid +++ b/doc/api/methods/api_client_authorizations.html.textile.liquid @@ -27,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.|| @@ -65,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.