Update Plugin
PATCH/api/plugins
Updates an existing plugin by slug.
Only the fields provided in the request body will be updated.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Plugin updated successfully
Missing slug query parameter or invalid body
Authentication required or invalid token
Plugin not found
Internal server error