Use this API to update a group’sDocumentation Index
Fetch the complete documentation index at: https://velt-raghul-agent-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
name and/or description. Membership and metadata cannot be changed via this endpoint:
metadata is immutable after creation — set it on Create Group..strict() so any unknown field (including agentIds and metadata) is rejected with a clear validation error. At least one of name or description must be provided — empty updates are rejected.
POST https://api.velt.dev/v2/agents/groups/update
name or description is required.
NOT_FOUND — group does not existINVALID_ARGUMENT — neither name nor description provided, or unknown field sent (e.g. agentIds, metadata)