Skip to main content
PUT
/
admin
/
v1
/
config
/
memory-options
Update Memory Options
curl --request PUT \
  --url https://api.example.com/admin/v1/config/memory-options \
  --header 'Content-Type: application/json' \
  --data '
{
  "expectedVersion": 123,
  "config": {}
}
'
{
  "data": {
    "version": 123,
    "config": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.openmemind.com/llms.txt

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

The API Reference is under active development. Request and response schemas may change before a stable release.

Body

application/json
expectedVersion
integer<int64>
required
config
object
required

Response

200 - */*

OK

data
object