Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request POST \ --url http://localhost:8080/api/plugins \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "enabled": true, "config": {}, "path": "<string>" } '
{ "message": "<string>", "plugin": { "id": 123, "name": "<string>", "enabled": true, "config": {}, "isCustom": true, "path": "<string>", "created_at": "2023-11-07T05:31:56Z", "version": 123, "updated_at": "2023-11-07T05:31:56Z", "config_hash": "<string>" } }
Creates a new plugin with the specified configuration.
Create plugin request
Plugin created successfully
Plugin operation response
Plugin configuration
Show child attributes
Was this page helpful?