Skip to content

Commit

Permalink
18.10.2024 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 18, 2024
1 parent 047f9de commit aef9565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [IFS03, IFS05] 04.10.2024 corrected a typo in the qualification_grading_scale fields, changing its type from string to number
- [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

## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand Down Expand Up @@ -65,6 +66,7 @@
- [IFS07.1] Renamed attribute univerity_system_type in academic_system in the response message (06/06/2024)



## Version 2.0.4 Stable version

- [IFS03.1] Removed the required condition on the attribute qualification_name in the response
Expand Down
2 changes: 1 addition & 1 deletion src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,12 +592,12 @@ 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
- acquired
- cancelled
- null
file_code:
type: string
description: enrollment change request code/ Codice Rettifica iscrizioni
Expand Down

0 comments on commit aef9565

Please sign in to comment.