data.swagger.api-docs.marketPlacePlugins.json Maven / Gradle / Ivy
The newest version!
{
"apiVersion" : "v3",
"swaggerVersion" : "1.2",
"basePath" : "/v3",
"resourcePath" : "/marketPlacePlugins",
"apis" : [ {
"path" : "/{id}",
"operations" : [ {
"method" : "GET",
"summary" : "Get a single plugin package metadata",
"notes" : "",
"type" : "void",
"nickname" : "get",
"authorizations" : { },
"parameters" : [ {
"name" : "id",
"description" : "Name of plugin to fetch",
"required" : true,
"type" : "string",
"paramType" : "path"
} ]
} ]
}, {
"path" : "/",
"operations" : [ {
"method" : "GET",
"summary" : "Show the list of registered remote marketplace providers",
"notes" : "",
"type" : "void",
"nickname" : "list",
"authorizations" : { },
"parameters" : [ ]
} ]
} ]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy