Skip to content

Commit

Permalink
issue #232 fixed the null value definition in the enum file_status
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Oct 23, 2024
1 parent 47e65b8 commit cba9a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- [IFS05.1] 08.10.2024 issue #224 Removed the nullable property from the attribute_name parameter in IFS05.1
- [IFS03, IFS08, IFS09] 10.10.2024 issue #227 Renamed the OperationID from Italian to English for consistency and clarity in the codebase
- [IFS04] 18.10.2024 fixed the null value definition in the enum file_status
- [IFS04] 23.10.2024 issue #232 fixed the null value definition in the enum file_status

## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand Down
1 change: 1 addition & 0 deletions src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ components:
file_status:
type: string
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente
nullable: true
enum:
- approved
- rejected
Expand Down

0 comments on commit cba9a82

Please sign in to comment.