Skip to content

Commit

Permalink
refactor(transcript): added excludedCreditsNumber in Student (#24)
Browse files Browse the repository at this point in the history
* refactor(transcript): added excludedCreditsNumber in Student in order to show average descriptions

* fix: add field as required
  • Loading branch information
Bri74 committed Apr 30, 2024
1 parent 7a50b02 commit 848b09b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3336,6 +3336,11 @@ components:
type: number
nullable: true
example: null
excludedCreditsNumber:
description: Credits excluded from calculating the purged grade
type: number
nullable: true
example: 16
totalCredits:
type: integer
example: 126
Expand Down Expand Up @@ -3375,6 +3380,7 @@ components:
- averageGradePurged
- estimatedFinalGradePurged
- mastersAdmissionAverageGrade
- excludedCreditsNumber
- totalCredits
- totalAttendedCredits
- totalAcquiredCredits
Expand Down

0 comments on commit 848b09b

Please sign in to comment.