Skip to main content
POST
Create or update skill

Authorizations

mogl_session
string
cookie
required

Session-based authentication via cookies + CSRF token

Body

application/json
name
string
required

Skill name (must be unique)

Example:

"Leadership"

status
enum<string>
required

A=Active, I=Inactive

Available options:
A,
I
Example:

"A"

id
integer

Pass ID to update existing record, omit for new

Example:

44

Response

Skill saved

message
string
Example:

"Data inserted successfully"

status
string
Example:

"success"

errors
string[]