Skills
POST
Create Skill
Create a new skill.
Required Permission:
Create Skill
POST
/dashboard/skills
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| name | String | Required | string, max:255 | Name of the skill |
| logo | File | Required | image, max:2048 | Skill logo image file (jpeg, png, jpg, gif, svg, webp | max: 2MB) |
Important Notes:
- The skill name must be unique.
- The logo must be a valid image file (jpeg, png, jpg, gif, svg, webp) and max 2MB.
Response
200 OKStatus Code
HTTP status code (200)
Message
Skill successfully created
Data
Created skill record