KargoAgentDownloadToken
No description
type KargoAgentDownloadToken {
version: Int!
token: String!
}
Fields
KargoAgentDownloadToken.version ● Int! non-null scalar
Version of the agent, if it exceeds your current version you should update
KargoAgentDownloadToken.token ● String! non-null scalar
Token to be passed into the /download_agent_with_token?token=<> route
Returned By
kargoAgent query