Skip to main content
POST
Check for newer versions of Web Tools.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Body

application/json
webToolIds
string<uuid>[]
required

Array of web tool UUIDs to check for version updates.

Example:

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Success"

data
object[]