Skip to content

Commit

Permalink
issue #225 fixed the required attributes in the requests for ifs04.4 …
Browse files Browse the repository at this point in the history
…and ifs05.4
  • Loading branch information
denismarini committed Oct 3, 2024
1 parent a4027a0 commit 72b0ce6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
- [IFS01, IFS06, IFS07] 17.09.2024 issue #222 Restored the management of the cursor with the filter parameters sent also in subsequent invocations
- [IFS04.4, IFS05.4] 03.10.2024 fixed the response of ifs04.4 and ifs05.4
- [IFS04.1] 03.0.2024 issue #224 Removed the nullable property from the attribute_name parameter
- [IFS04.4, IFS05.4] 03.10.2024 issue #225 fixed the required attributes in the requests for ifs04.4 and ifs05.4.


## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand Down
6 changes: 5 additions & 1 deletion src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ paths:
examples:
Example:
value:
file_status: approved
file_status: acquired
message: Testo messaggio
'400':
description: <b>Bad Request</b> - il server non può elaborare la richiesta del client a causa di una sintassi errata o di una richiesta non valida. <br> Esempi di cause
Expand Down Expand Up @@ -416,6 +416,10 @@ components:
description: List of enrollments for student / Elenco iscrizioni di una studentessa o di uno studente
items:
$ref: '#/components/schemas/enrollment'
required:
- subscriber_id
- subscriber_name
- subscriber_message
personal_data:
type: object
nullable: true
Expand Down
6 changes: 5 additions & 1 deletion src/IFS05-rettifica-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ paths:
examples:
Example:
value:
file_status: approved
file_status: acquired
message: Testo messaggio
'400':
description: <b>Bad Request</b> - il server non può elaborare la richiesta del client a causa di una sintassi errata o di una richiesta non valida. <br> Esempi di cause
Expand Down Expand Up @@ -605,6 +605,10 @@ components:
minItems: 0
items:
$ref: '#/components/schemas/qualification'
required:
- subscriber_id
- subscriber_name
- subscriber_message
personal_data:
type: object
nullable: true
Expand Down

0 comments on commit 72b0ce6

Please sign in to comment.