v1

latestOpenAPI 3.1.02026-07-261620662.2 KB

Atualizar fontes

O método permite editar fontes em lotes. Um array de objetos de fonte é passado.

patch/api/v4/sources

Headers

Content-Typestring

Cabeçalho de solicitação

Request body

Response

200

_total_itemsinteger

Example response

{
  "_total_items": 2,
  "_embedded": {
    "sources": [
      {
        "id": 17619939,
        "name": "chat",
        "pipeline_id": 5867030,
        "external_id": "kchat01",
        "default": true,
        "origin_code": "kommo.ext.30470678",
        "_links": {
          "self": {
            "href": "https://subdomain.kommo.com/api/v4/sources/17619939"
          }
        }
      }
    ]
  }
}