Skip to main content
PATCH
/
v1
/
vault
/
items
/
{itemId}
/
enable
Enable a vault item
curl --request PATCH \
  --url https://agent.tinyfish.ai/v1/vault/items/{itemId}/enable \
  --header 'X-API-Key: <api-key>'
{
  "enabled": true,
  "itemId": "cred:conn-123:Personal:item-abc123"
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Path Parameters

itemId
string
required
Example:

"cred:conn-123:Personal:item-abc123"

Response

Vault item enabled successfully.

enabled
enum<boolean>
required
Available options:
true
itemId
string
required
Example:

"cred:conn-123:Personal:item-abc123"