Skip to content

Commit

Permalink
issue #227 Renamed the OperationID from Italian to English for consis…
Browse files Browse the repository at this point in the history
…tency and clarity in the codebase
  • Loading branch information
denismarini committed Oct 10, 2024
1 parent 9ca3cfe commit 047f9de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- [IFS04.4, IFS05.4] 03.10.2024 issue #225 fixed the required attributes in the requests for ifs04.4 and ifs05.4.
- [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

## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand All @@ -58,11 +58,11 @@
- [IFS03.3] Issue #178 The structure of the proof_qualifications_level object has been changed from an object to an array
- [IFS02.3, IFS03.3, IFS03.4] It has fixed issue #180 by updating the README with the proposed changes
- [FIS01.2] Provide instructions in the README on how to manage optional courses in the educational offer
- [FIS02.1] Removed attribute Institute_Name in the response message (06/06/2024)
- [FIS03.1] Removed attribute Institute_Name in the response message (06/06/2024)
- [FIS06.1] Converted the GET request in POST (06/06/2024)
- [FIS07.1] Converted the GET request in POST (06/06/2024)
- [FIS07.1] Renamed attribute univerity_system_type in academic_system in the response message (06/06/2024)
- [IFS02.1] Removed attribute Institute_Name in the response message (06/06/2024)
- [IFS03.1] Removed attribute Institute_Name in the response message (06/06/2024)
- [IFS06.1] Converted the GET request in POST (06/06/2024)
- [IFS07.1] Converted the GET request in POST (06/06/2024)
- [IFS07.1] Renamed attribute univerity_system_type in academic_system in the response message (06/06/2024)


## Version 2.0.4 Stable version
Expand Down
2 changes: 1 addition & 1 deletion src/IFS03-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ paths:
<br> - ...
'500':
description: Internal server error / Errore interno del server
operationId: titoli-studente
operationId: academic-qualifications-of-student
description: Returns the list of degrees earned by a student / Restituisce la lista dei titoli conseguiti da una studentessa o uno studente
requestBody:
required: true
Expand Down
2 changes: 1 addition & 1 deletion src/IFS08-iscrizioni-per-fasce-isee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ paths:
properties: {}
description: ''

operationId: Iscritti-per-isee
operationId: enrollments-per-isee
description: Retrieve the number of academic enrollments by ISEE / Ottiene il numero di iscrizioni accademiche per fasce ISEE
/status:
get:
Expand Down
2 changes: 1 addition & 1 deletion src/IFS09-iscrizioni-per-corso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ paths:
additionalProperties: false
properties: {}
description: ''
operationId: iscritti-per-corso
operationId: enrollments-per-degree-course
description: Retrieve the number of academic enrollments by degree course / Ottiene il numero di iscrizioni accademiche per corso di studi

/status:
Expand Down

0 comments on commit 047f9de

Please sign in to comment.