Skills

PATCH

Update Skill

Update an existing skill.

Required Permission: Edit Skill
PATCH /dashboard/skills/{id}

Request Body

JSON

    

Request Parameters

Parameter Type Required Validation Description
name String Required unique, string, max:255 Name of the skill
logo File Optional 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 is optional on update. If provided, it replaces the existing logo.

Response

200 OK
Status Code
HTTP status code (200)
Message
Skill successfully updated
Data
Updated skill record