Update Agent Profile
Update an existing named agent identity.
Path Parameters
agent_id*Agent Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/settings/agent-profiles/string" \ -H "Content-Type: application/json" \ -d '{}'{ "defaultSpaceId": "string", "description": "string", "displayName": "string", "hostAgentId": "string", "id": "string", "instructions": "string", "role": "string", "sourceApp": "string", "tags": [ "string" ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}