Skip to content

Commit

Permalink
updated api docs json
Browse files Browse the repository at this point in the history
  • Loading branch information
leidyz committed Mar 12, 2024
1 parent 7f061cb commit 2cc8bda
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions storage/api-docs/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
},
"servers": [
{
"url": "http://127.0.0.1:8000"
"url": "http://my-default-host.com"
},
{
"url": "http://127.0.0.1:8000/api/v1"
},
{
"url": "https://itaperfils.eurecatacademy.org"
Expand Down Expand Up @@ -1581,13 +1584,13 @@
"operationId": "getStudentBootcamp",
"parameters": [
{
"name": "id",
"name": "uuid",
"in": "path",
"description": "Student ID",
"description": "Student UUID",
"required": true,
"schema": {
"type": "integer",
"format": "int64"
"type": "string",
"format": "uuid"
}
}
],
Expand All @@ -1608,20 +1611,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 2cc8bda

Please sign in to comment.