Skip to main content
POST
Update external applicant column selector

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
token
string
required

External job link token (required by middleware)

Example:

"abc123def456"

athlete
enum<string> | null

Show Athlete column

Available options:
Y,
N
Example:

"Y"

university
enum<string> | null

Show University column

Available options:
Y,
N
Example:

"Y"

sport
enum<string> | null

Show Sport column

Available options:
Y,
N
Example:

"Y"

score
enum<string> | null

Show AI Score column

Available options:
Y,
N
Example:

"Y"

applied_date
enum<string> | null

Show Applied Date column

Available options:
Y,
N
Example:

"Y"

instagram
enum<string> | null

Show Instagram column

Available options:
Y,
N
Example:

"Y"

tiktok
enum<string> | null

Show TikTok column

Available options:
Y,
N
Example:

"Y"

twitter
enum<string> | null

Show Twitter column

Available options:
Y,
N
Example:

"Y"

audience_age
enum<string> | null

Show Audience Age column

Available options:
Y,
N
Example:

"Y"

audience_location
enum<string> | null

Show Audience Location column

Available options:
Y,
N
Example:

"Y"

audience_gender
enum<string> | null

Show Audience Gender column

Available options:
Y,
N
Example:

"Y"

screening_questions
enum<string> | null

Show Screening Questions column

Available options:
Y,
N
Example:

"Y"

status
enum<string> | null

Show Status column

Available options:
Y,
N
Example:

"Y"

Response

200

Columns updated