put https://{server}/api/v2.1/admin/dtable-system-plugins//
Update a plugin via its ID (retrieved from the call List Plugins) with a .zip file.
Response
Update a plugin via its ID (retrieved from the call List Plugins) with a .zip file.
xxxxxxxxxx
curl --request PUT \
--url https://cloud.seatable.io/api/v2.1/admin/dtable-system-plugins/plugin_id/ \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: