v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Offboarding Checklist

Complete an offboarding checklist item

Marks a specific offboarding checklist item complete for a member, recording who completed it and when, as part of finishing that member's offboarding.

post/v1/offboarding-checklist/member/{memberId}/item/{templateItemId}/complete

Path parameters

memberIdstring required
templateItemIdstring required

Request body

notesstring

Optional notes

fileNamestring

Evidence file name

fileTypestring

Evidence file MIME type

fileDatastring

Base64-encoded evidence file. For the web UI / direct callers. AI/MCP clients should instead upload via /v1/uploads/presign (purpose=evidence) and pass s3Key — base64 through an LLM is impractically slow and times out. Provide fileData or s3Key (not both).

s3Keystring

Key of an evidence file already uploaded via /v1/uploads/presign (purpose=evidence). The server fetches the bytes from storage — no base64 needed. Provide fileData or s3Key (not both).