Skip to main content
PATCH
/
v1
/
fleet
/
auth-tokens
/
{token_id}
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "expires_at": "<string>",
  "id": "<string>",
  "is_default": true,
  "provider_account_label": "<string>",
  "provider_id": "<string>",
  "scopes": [
    "<string>"
  ],
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token_id
string
required

Token ID

Body

application/json

Token metadata update

is_default
boolean
provider_account_label
string

Response

OK

created_at
string
expires_at
string
id
string
is_default
boolean
provider_account_label
string
provider_id
string
scopes
string[]
updated_at
string