Check if release is allowed

Checks whether a release is allowed depending on the maintenance policy or max allowed release version set in the license.

GET/v3/releases/{id}/allowed

Parameters

NameTypeInDescription
id*stringpath
accountId*stringqueryUnique identifier for the account.
key*stringqueryLicense key

Responses

200 OK
{
  "allowed": true
}