Skip to main content
POST
Pin a memory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

memory_id
string
required

Memory ID

Response

Successful Response

Response for pin/unpin operations.

id
string
required

Memory ID

pinned
boolean
required

Pin status

pinned_at
string<date-time> | null

Pin timestamp

unpinned_at
string<date-time> | null

Unpin timestamp