Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Aug 13, 2024
2 parents 7c245ed + daa52e6 commit 9166abf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ Il [business canvas](https://docs.google.com/spreadsheets/d/1-H3R9vLX_Y3_7NxGN1I
* [Normativa e modelli relativi al Diploma Supplement](https://www.miur.gov.it/-/nuovo-supplemento-al-diploma-con-4-allegati-relativi-alla-compilazione-e-alle-linee-guida-nazionali-per-la-digitalizzazione)
## Ultima Modifica 🔬
25/07/2024
13/10/2024
## Authors 🚶
Expand Down
4 changes: 2 additions & 2 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
- [IFS0X] issues #196, #207 fixed isee_min and max type and grading_scale min and max type, set nullable any attribute for the APIs SDG
- [IFS05] issue #211, fixed change_requests_status from object to array
- [Readme.md] Issue #212: Added on the documentation a reference to the security profile in accordance with the AgID Interoperability guidelines for the implementation of e-service.Avoid to activate the Audit profile when you publish the e-service https://github.com/italia/api-padigitale2026-misura1.3.1-uni-afam/issues/212
- [IFS06] issue #124: fixed operationId value of the path '/student-enrollments-changes'

- [IFS06] issue #214: fixed operationId value of the path '/student-enrollments-changes'
- [IFS07] Issue #215: Updated the definitions for academic_system and sync_mode by removing the min and max constraints and making these fields nullable

## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand Down
6 changes: 1 addition & 5 deletions src/IFS07-variazioni-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ components:
2. Il valore 'new' si riferisce ai titoli accademici ottenuti a partire dal nuovo oridnamento Universitario/AFAM regolato dai decreti legislativi 509/99 per l'Università e 508/99 per l'AFAM.
3. Se questo parametro non è specificato, l'API si riferisce ai i titoli accademici sia del vecchio che del nuovo ordinamento.
example: 'new'
minLength: 1
maxLength: 256
nullable: false
nullable: true
enum:
- old
- new
Expand All @@ -192,8 +190,6 @@ components:
b) Qualsiasi titolo accademico rettificato negli ultimi 2 anni solari (basato sulla data di rettifica del titolo). Se uno studente non ha più alcun titolo accademico perché è stato eliminato, l'API restituisce null o un hash di un'entità null.
3. Se questo parametro non è valorizzato, il valore predefinito è **full**
example: 'full'
minLength: 1
maxLength: 256
nullable: true
enum:
- incremental
Expand Down

0 comments on commit 9166abf

Please sign in to comment.