Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,26 +524,3 @@ paths:
content:
application/json:
example: { "error_msg": "dtable <base_name> not found." }

/api/v2.1/external-link-tokens/{external_link_token}/access-token/:
get:
tags:
- Base-Token
summary: Get Base-Token with External-Link
operationId: getBaseTokenWithExternLink
description: >-
Generate a Base-Token from an external link to this base. Because external links always grant read-only permissions, the Base-Token generated from a external link will only grant read permissions to the base.
parameters:
- $ref: "#/components/parameters/external_link_token"
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: "#/components/schemas/AccessToken"
"404":
description: Not Found
content:
application/json:
example: { "error_msg": "Token <external_link_token> not found" }