curl --request PATCH \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id} \
--header 'Authorization: Bearer <token>'{}Update vault metadata (display_name, description, schema_md).
When schema_md is updated, the new content is also written into the
vault namespace as /schema.md so the bash session sees it immediately.
curl --request PATCH \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id} \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.trynia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?