Set sample expiration
Endpoints
Set sample expiration
Set a sample to expire on a specific date, set it to never expire, or clear any custom expiration and follow the org default. Caller must be the sample’s creator, an org owner/admin, or a Strand admin.
PATCH
Set sample expiration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.