Diagnostic
Run Checks
Run diagnostic checks.
POST
/
v1
/
doctor
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
fix
boolean
default: falseFix issues if possible
checks
string
Checks to run
Response
200 - application/json
id
string
Issue id
description
string
Issue description
severity
enum<string>
default: errorSeverity of the issue
Available options:
error
, warning