Skip to main content
POST
Revive Expired Items

Authorizations

Authorization
string
header
required

Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.

Headers

X-Mesh-Version
enum<string>
default:2026-08

Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.

Available options:
2026-08

Path Parameters

slug_or_id
string
required

Response

Successful Response

Outcome of a memID-wide revive.

expires_at is the deadline every revived item now carries — null when the memory keeps items forever. retention_days echoes the policy that was applied, unchanged: reviving does not rewrite it, so the caller can see that the same window is now counting from today.

revived
integer
default:0
expires_at
string | null
retention_days
integer | null