Zum Hauptinhalt springen
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.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

appId
string
erforderlich
key
string
erforderlich

Body

application/json

Value to persist under the given key.

Antwort

200 - application/json

Saved

success
boolean
Beispiel:

true