Ciele
Conoscenza

Replace a Source's linked-assistant set

PUT/api/v1/sources/{id}/links

Ti serve una chiave API dell'organizzazione con l'autorizzazione edit.

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 PUT "https://example.com/api/v1/sources/string/links" \  -H "Content-Type: application/json" \  -d '{    "assistantIds": [      "string"    ]  }'
{  "links": [    {      "assistantId": "string",      "assistantName": "string",      "directAccess": true    }  ]}
{  "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"  }}