For the complete documentation index, see llms.txt. This page is also available as Markdown.

latest-plugin-version system

Get the latest plugin version

post
Body

Plugin Reported Version

commitstringRequired

Build identifier

Example: 96381692bf3a2bd7904769c6886e832435768b57
versionstringRequired

Version number

Example: v0.123.0
Responses
200

OK response.

application/json

Plugin version

commitstringOptional

Build identifier

Example: 96381692bf3a2bd7904769c6886e832435768b57
versionstringOptional

Version number

Example: 0.2.0
post/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?