Commit a Connector binding checkpoint

POST
/v1/connector-checkpoints/commit

Replaces the checkpoint only when its expected starting value still matches.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/connector-checkpoints/commit" \  -H "Content-Type: application/json" \  -d '{    "binding": {      "scope_id": "string",      "binding_id": "string",      "connector_name": "string",      "connector_version": "string"    },    "expected": null,    "checkpoint": null  }'
{  "binding": {    "scope_id": "string",    "binding_id": "string",    "connector_name": "string",    "connector_version": "string"  },  "checkpoint": null}