- Help Center
- AIMS Platform Guides
- Agent - custom development
PUT - Register a new version of an agent with the API
To register a new version of an agent, you need to use PUT instead of POST, and add agentID and the version number you want to publish to the path.
Version should be in the format "vX.Y", example "v1.1" (also see screenshot below)
PUT https://api.aimsinnovation.com/api/agents/{id}/{version}

