POST
/
v1
/
doctor

Authorizations

Authorization
string
headerrequired

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

Query Parameters

fix
boolean
default: false

Fix issues if possible

checks
string

Checks to run

Response

200 - application/json
id
string

Issue id

description
string

Issue description

severity
enum<string>
default: error

Severity of the issue

Available options:
error,
warning