Skip to main content
POST
/
api
/
settings
/
scopes
/
reapply
Reapply scope mappings to existing memories
curl --request POST \
  --url https://api.example.com/api/settings/scopes/reapply \
  --header 'Authorization: Bearer <token>'
{
  "updated": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

updated
integer
required