{
  "algorithm": {
    "parameters": [
      {
        "name": "skillId",
        "type": "string"
      },
      {
        "name": "args",
        "type": "ArgsChangeCatalogSkillCategory"
      }
    ],
    "statements": [],
    "typeReturn": "obj()",
    "variables": []
  },
  "routing": {
    "method": "POST",
    "parameters": [
      {
        "bind": "skillId",
        "in": "Path",
        "name": "skillId",
        "remarks": "Skill Id"
      },
      {
        "bind": "args.categoryId",
        "in": "Query",
        "name": "categoryId",
        "remarks": "Skill Category to assign"
      }
    ],
    "path": "/catalogs/skills/{skillId}/category",
    "remarks": "Change skill category",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "httpStatus": "201",
        "remarks": "Created"
      },
      {
        "errorName": "BadRequest",
        "httpStatus": "400",
        "remarks": "Bad Request"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not Found"
      }
    ]
  }
}