Create a plugin Run in API Explorer
Query parameters
-
The name of the plugin. The
:latest
tag is optional, and is the default if omitted.
POST
/plugins/create
curl \
--request POST 'http://api.example.com/v1.49/plugins/create?name=string' \
--header "Content-Type: application/x-tar" \
--data-binary '@file'
Response examples (500)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}