Ciele
Compañeros de equipo

Update an AI Teammate (applies to its next message)

PATCH/api/v1/teammates/{id}

Necesitas una clave API de la organización con permiso de edición.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v1/teammates/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "organizationId": "string",  "name": "string",  "title": "string",  "roleDescription": "string",  "avatarSeed": "string",  "ownerId": "string",  "editorIds": [    "string"  ],  "visibility": "org",  "collectionIds": [    "string"  ],  "sourceIds": [    "string"  ],  "modelProvider": "anthropic",  "modelId": "string",  "allowedModels": [    {      "provider": "anthropic",      "modelId": "string"    }  ],  "systemKind": null,  "assistantId": null,  "capabilityCeiling": "edit",  "approvalBypass": true,  "projectId": null,  "deletedAt": null,  "createdAt": "string",  "updatedAt": "string"}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}