PATCH
/
assistants
/
{id}
curl --request PATCH \
  --url https://api.mesinalabs.com/v1/assistants/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "mesinaCode": "<string>"
}'
{
  "id": "<string>",
  "orgId": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "mesinaCode": "<string>"
}

Authorizations

Authorization
string
header
required

El bearer token es generado por nosotros, y está disponible en tu dashboard

Path Parameters

id
string
required

ID del asistente

Body

application/json

Datos actualizados del asistente

The body is of type object.

Response

200
application/json

Asistente actualizado exitosamente

The response is of type object.