tokens
Overview
Name | tokens |
Type | Resource |
Id | vercel.edge_config.tokens |
Fields
Name | Datatype | Description |
---|---|---|
id | string | This is not the token itself, but rather an id to identify the token by |
createdAt | number | |
edgeConfigId | string | |
label | string | |
token | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_edge_config_tokens | SELECT | edgeConfigId, teamId | Returns all tokens of an Edge Config. |
delete_edge_config_tokens | DELETE | edgeConfigId, teamId, data__tokens | Deletes one or more tokens of an existing Edge Config. |