Skip to content

Commit

Permalink
fixed the response of ifs04.4 and ifs05.4
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Oct 3, 2024
1 parent 94f6805 commit 8764842
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS04.4-response.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"file_status": "approved",
"file_code": "6d183bc572f6b200015a4167",
"message": "testo messaggio"
}
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS05.4-response.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"file_status": "approved",
"file_code": "6d183bc572f6b200015a4167",
"message": "messaggio di testo"
}
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- [IFS0X] 12.09.2024 issue #220 Removed min and max for date types
- [IFS0X] 13.09.2024 issue #218 Modified the scale of values assigned to the SDG cases by enabling the possibility of entering greading with 'letters' (Example: from A to D).
- [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, IFS0.4] 03.10.2024 fixed the response of ifs04.4 and ifs05.4

## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand Down
11 changes: 1 addition & 10 deletions src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ paths:
Example:
value:
file_status: approved
file_code: 6d183bc572f6b200015a4167
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 @@ -647,23 +646,15 @@ components:
type: string
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
enum:
- approved
- rejected
- acquired
file_code:
type: string
description: Change request code/ Codice rettifica
minLength: 1
maxLength: 256
- acquired
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- file_status
- file_code
- message
attributes:
additionalProperties: false
type: array
Expand Down
12 changes: 1 addition & 11 deletions src/IFS05-rettifica-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ paths:
Example:
value:
file_status: approved
file_code: 6d183bc572f6b200015a4167
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 @@ -765,24 +764,15 @@ components:
type: string
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
enum:
- approved
- rejected
- acquired
- cancelled
file_code:
type: string
description: Change request code/ Codice rettifica
minLength: 1
maxLength: 256
- acquired
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- file_status
- file_code
- message
requestBodies: {}
responses: {}
securitySchemes:
Expand Down

1 comment on commit 8764842

@isidata23
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfetto, grazie, con le modifiche apportare ora, come l'eliminazione del file_code, è chiaro che la 4.4 non è legata alla 4.2 o alla 4.3 per quanto riguarda conoscere lo stato o per la cancellazione delle relative richieste arrivate alla 4.4.

Fabio Fonzo, ISIDATA

Please sign in to comment.