Skip to content

Commit

Permalink
+ swagger doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroNPereyra committed Mar 5, 2024
1 parent 5d5af21 commit a10e7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,13 @@ class AnnotationsStudentBootcampDetail
* property="bootcamp_name",
* type="string",
* description="Bootcamp Name"
* ),
* @OA\Property(
* property="bootcamp_site",
* type="string",
* description="Bootcamp Site"
* ),
* @OA\Property(
* property="bootcamp_end_date",
* type="array",
* @OA\Items(type="string"),
* description="Bootcamp end date"
* ),
* @OA\Property(
* property="bootcamp_workload",
* type="string",
* description="Bootcamp Workload in hours"
* )
* )
* )
Expand Down
8 changes: 0 additions & 8 deletions storage/api-docs/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1600,20 +1600,12 @@
"description": "Bootcamp Name",
"type": "string"
},
"bootcamp_site": {
"description": "Bootcamp Site",
"type": "string"
},
"bootcamp_end_date": {
"description": "Bootcamp end date",
"type": "array",
"items": {
"type": "string"
}
},
"bootcamp_workload": {
"description": "Bootcamp Workload in hours",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit a10e7d7

Please sign in to comment.