Storyden
Plugins

Plugin Update Configuration

Update the configuration for a plugin. Each plugin defines its own set of configuration parameters in its manifest and this endpoint accepts any object validated against that schema. When a valid configuration is received, it is sent to the plugin via RPC and the plugin is expected to apply the new configuration to itself internally.

Update the configuration for a plugin. Each plugin defines its own set of configuration parameters in its manifest and this endpoint accepts any object validated against that schema. When a valid configuration is received, it is sent to the plugin via RPC and the plugin is expected to apply the new configuration to itself internally.

PATCH/plugins/{plugin_instance_id}/configuration
storyden-session<token>

In: cookie

Path Parameters

plugin_instance_id*string

Plugin ID.

Formatxid

Request Body

application/json

[key: string]?any

Response Body

application/json

application/json

curl -X PATCH "https://loading/api/plugins/cc5lnd2s1s4652adtu50/configuration" \  -H "Content-Type: application/json" \  -d '{}'
{}
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}