latest-plugin-version system
Get the latest plugin version
post
Body
Plugin Reported Version
commitstringRequiredExample:
Build identifier
96381692bf3a2bd7904769c6886e832435768b57versionstringRequiredExample:
Version number
v0.123.0Responses
200
OK response.
application/json
Plugin version
commitstringOptionalExample:
Build identifier
96381692bf3a2bd7904769c6886e832435768b57versionstringOptionalExample:
Version number
0.2.0post/api/latest-plugin-version
POST /api/latest-plugin-version HTTP/1.1
Host: localhost:80
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"commit": "96381692bf3a2bd7904769c6886e832435768b57",
"version": "v0.123.0"
}200
OK response.
{
"commit": "96381692bf3a2bd7904769c6886e832435768b57",
"version": "0.2.0"
}Last updated
Was this helpful?