Set sample expiration (bulk)
Endpoints
Set sample expiration (bulk)
All-or-nothing: if any sample fails the permission gate the whole call is rejected before any writes. Max 500 IDs per call.
PATCH
Set sample expiration (bulk)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Provide exactly one of expiresAt, neverExpire: true, or useOrgDefault: true. neverExpire: true is sugar for expiresAt: null (custom). useOrgDefault: true clears the custom expiration and follows the org's default policy.