Skip to main content
POST
Create Audit Param Schema

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Cookies

blindsight_session
string | null

Body

application/json
key
string
required
Required string length: 1 - 64
Pattern: ^[a-z][a-z0-9_]*$
label
string
required
Required string length: 1 - 128
data_type
enum<string>
required
Available options:
string,
number,
boolean,
date,
enum
enum_values
string[] | null
required
boolean
default:false
description
string | null
Maximum string length: 512
application_id
string | null

Response

Successful Response

id
string
required
key
string
required
label
string
required
data_type
string
required
required
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
enum_values
string[] | null
description
string | null
application_id
string | null
application
AuditParamApplicationResponse · object | null