TFDi Design Icon
TFDi Design
Plugin Creation GuideLocal API ReferenceStoreKey

Stores a key value pair in the local store (using POST)

POST
/api/store/{key}

Path Parameters

keystring

The key to store.

The value to be stored.

Empty Object

Response Body

curl -X POST "http://localhost:7172/api/store/string" \  -H "Content-Type: application/json" \  -d '{}'
{}