cURL
curl --request PATCH \ --url https://api.mclicense.org/plugins/{pluginId} \ --header 'Content-Type: application/json' \ --header 'MCL-Key: <api-key>' \ --data ' { "name": "<string>", "icon": "<string>" } '
{ "name": "<string>", "_id": "<string>", "icon": "<string>", "marketplace": { "type": "SpigotMC", "id": "<string>", "url": "<string>" } }
Updates an existing plugin’s information such as name and icon
API key must start with 'mcl_'
Plugin updated successfully
Name of the plugin
Unique identifier for the plugin
URL to the plugin's icon
Show child attributes
SpigotMC
Polymart