Skip to content

Commit

Permalink
refactor: update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneCarteaux committed Oct 16, 2024
1 parent 98c19ed commit 34a679e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ class UpdateStudentLanguagesAnnotation
{
/**
* @OA\Put (
* path="/student/{studentId}/resume/languages",
* path="/student/{student}/resume/languages",
* operationId="updateLanguagesByStudentId",
* tags={"Student -> Resume"},
* summary="Actualitzar els idiomes de l'estudiant",
* description="Actualitzar els idiomes d'un estudiant donat el seu ID",
*
* @OA\Parameter(
* name="studentId",
* name="student",
* in="path",
* description="ID de l'estudiant",
* required=true,
Expand Down

0 comments on commit 34a679e

Please sign in to comment.