Skip to main content
PATCH
/
api
/
v1
/
memory
Update global working memory
curl --request PATCH \
  --url https://neo.api.projectdiscovery.io/api/v1/memory \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "preferences": [
    "<string>"
  ],
  "user_info": {
    "email": "jsmith@example.com",
    "name": "<string>"
  }
}
'
{
  "scope": "global",
  "success": true,
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Body

application/json
preferences
string[]
Maximum array length: 100
user_info
object

Response

Global working memory updated successfully

scope
enum<string>
required
Available options:
global
success
boolean
required
updated_at
string<date-time>
required