Skip to main content
POST
Create or update job category skill

Authorizations

mogl_session
string
cookie
required

Session-based authentication via cookies + CSRF token

Body

application/json
job_category_id
integer
required

Parent job category ID

Example:

8

name
string
required

Skill name (unique per category)

Example:

"React.js"

status
enum<string>
required

A=Active, I=Inactive

Available options:
A,
I
Example:

"A"

id
integer

Pass ID to update existing, omit for new

Example:

15

Response

Job category skill saved

message
string
Example:

"Data inserted successfully"

status
string
Example:

"success"

errors
string[]