v1

latestOpenAPI 3.1.0MIT2026-08-0659118508.8 KB
Captures

Updates the split of a capture

Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">capture:update</code>

patch/capture/{capture-uuid}/splits/{capture-split-uuid}

Path parameters

capture-uuidstring uuid required

Capture Identification

capture-split-uuidstring uuid required

Capture Split Identification

Request body

clearing_datestring date

The new date for the split to be cleared.</br> This field must be in the future and no longer than 2 years from today.

Example request

{
  "clearing_date": "2006-01-02"
}

Response

OK

statusstring
messagestring[]

Example response

{
  "status": "ok",
  "message": [
    "Your request was successfully created"
  ]
}