Growth OS API

Remarcar reunião

PATCH
/appointments/{id}/reschedule
AutorizaçãoBearer <token>

Chave de API (gos_…)

Em: header

Parâmetros de caminho

id*string
Length1 <= length

Corpo da requisição

application/json

Definições TypeScript

Use o tipo request body no TypeScript.

Corpo da resposta

curl -X PATCH "https://example.com/appointments/string/reschedule" \  -H "Content-Type: application/json" \  -d '{    "startAt": "2019-08-24T14:15:22Z",    "endAt": "2019-08-24T14:15:22Z"  }'
Vazio