Skip to main content
PUT
/
app
/
{appId}
/
data
/
{key}
Save a persisted value
curl --request PUT \
  --url https://demo.enneo.ai/api/mind/app/{appId}/data/{key} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

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

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

appId
string
required
key
string
required

Body

application/json

Value to persist under the given key.

Response

200 - application/json

Saved

success
boolean
Example:

true