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>" }'
{ "_id": "<string>", "name": "<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
The response is of type object.
object