Update Specific Team Agent

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

slugstringRequired
addressstringRequired

Request

This endpoint expects an object.
namestringRequired1-80 characters
Updated name of the agent.
readmestringOptional<=80000 characters
Updated long markdown description of the agent.
avatar_urlstringOptional<=4000 characters
Updated avatar URL of the agent.
short_descriptionstringOptional<=300 characters
Updated short summary of the agent.
agent_type"uagent" or stringOptional

Updated type of the agent (default is ‘mailbox’).

Response

Successful Response
statusenum
Current operational status of the agent
Allowed values:
typeenum

Type/category of the agent

Allowed values:
addressstring
Unique blockchain address of the agent
endpointslist of objects
List of agent's endpoints
protocolslist of strings
Supported protocol identifiers
expirystringformat: "date-time"
Expiration timestamp of the agent
domain_namestring
Associated domain name, if available
metadatamap from strings to any
Additional arbitrary metadata

Errors

422
Unprocessable Entity Error