API ReferencePlugins
Publish a plugin version.
Publish a plugin version. - Rensei REST API operation reference.
Authorization
M2M_OAuth2 registry:writeAuthorizationBearer <token>
Machine-to-machine OAuth 2.0 client_credentials access token.
In: header
Scope: registry:write
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/plugins" \ -H "Content-Type: application/json" \ -d '{ "manifest": { "property1": null, "property2": null } }'{
"version": {
"property1": null,
"property2": null
}
}Empty
Empty
Empty
Empty
Empty
Empty