cURL
curl --request PUT \ --url https://controller.platform.simplecloud.app/v0/plugins \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "created_at": "<string>", "id": "<string>", "mc_network_id": "<string>", "name": "<string>", "source_type": "<string>", "source_value": "<string>", "updated_at": "<string>" }
Update an existing plugin
Network ID
Network Secret
Plugin ID
Plugin details
The body is of type object.
object
OK
Was this page helpful?