Be_portfolio skill

Update Skill

install
source · Clone the upstream repo
git clone https://github.com/MangBao/be_portfolio
manifest: src/docs/skill/update_skill.yaml
source content

Update Skill

tags:

  • Skill security:
  • Bearer: [] parameters:
  • name: id in: path type: integer required: true description: Skill ID
  • name: body in: body required: true schema: type: object properties: skill_name: type: string icon_skill: type: string short_desc: type: string proficiency: type: integer minimum: 0 maximum: 100 category: type: string responses: 200: description: Skill updated successfully schema: type: object properties: id: type: integer skill_name: type: string icon_skill: type: string short_desc: type: string proficiency: type: integer category: type: string created_at: type: string format: datetime updated_at: type: string format: datetime

404: description: Skill not found schema: type: object properties: error: type: string example: "Skill not found"