Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
session_id*string
Current session identifier.
plugin_id*string
Plugin identifier.
key*string
KV entry key.
Request Body
application/json
KV value payload.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
text/plain
curl -X PUT "https://example.com/v1/sessions/string/kv/string/string" \ -H "Content-Type: application/json" \ -d '{ "value": null }'{ "ok": true}