POST
/
apps.versions.health

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.

health_reports
object[]
required

Health check reports for the application.

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