POST
/
apps.version.connect

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
app_id
string
required

The unique identifier of the application.

resources
object[]
required
version
string
required

The version of the application.

Response

200 - application/json
status
enum<string>
required

Status of the report operation

Available options:
ok,
error
error
string | null

Error message if the operation fails.

message
string

A message providing additional information.

metadata
object