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>'{}Was this page helpful?