v1
latestOpenAPI 3.0.02026-07-2638801.8 MBplugin
Update a plugin
put/plugin/{id}
Path parameters
idstring required
Request body
Example request
{
"i18n": {
"en": {
"title": "Plugin title",
"description": "Plugin description"
},
"zh": {
"title": "插件标题",
"description": "插件描述"
}
}
}Response
Returns data about the plugin.
Example response
{
"i18n": {
"en": {
"title": "Plugin title",
"description": "Plugin description"
},
"zh": {
"title": "插件标题",
"description": "插件描述"
}
}
}