Competenze
Replace an Assistant's attached Skills
PATCH
/api/v1/assistants/{id}/skillsTi serve una chiave API dell'organizzazione con l'autorizzazione edit.
Authorization
apiKey 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/assistants/string/skills" \ -H "Content-Type: application/json" \ -d '{ "skillIds": [ "string" ] }'{ "data": [ { "id": "string", "organizationId": "string", "name": "string", "description": "string", "prompt": "string", "starter": "string", "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" }}