Skip to main content
POST
/
external
/
updateExternalColumnSelector
Update external applicant column selector
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/external/updateExternalColumnSelector \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "abc123def456",
  "athlete": "Y",
  "university": "Y",
  "sport": "Y",
  "score": "Y",
  "applied_date": "Y",
  "instagram": "Y",
  "tiktok": "Y",
  "twitter": "Y",
  "audience_age": "Y",
  "audience_location": "Y",
  "audience_gender": "Y",
  "screening_questions": "Y",
  "status": "Y"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

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