Update Team Agent Code
Updates the code for a specific agent, identified by address
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
slug
address
Query Parameters
no_cache
Request
This endpoint expects an object.
code
The updated source code for the agent, formatted as a JSON string containing files and content.
Response
Successful Response
digest
SHA256 digest of the agent's updated code.