Skip to content

Commit

Permalink
Update version to 2.0.6 for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Oct 29, 2024
1 parent 70c2b52 commit 8028c1f
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 57 deletions.
6 changes: 3 additions & 3 deletions src/IFS01-offerta-formativa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ openapi: 3.0.0
info:
title: IFS01 - Educational offer / Offerta formativa
x-summary: Acquire data on the courses active and offered by an institute in a given academic year. / Vuole acquisire i dati dei corsi attivi ed offerti da un Istituto in un dato anno accademico.
version: 2.0.6-rc
version: 2.0.6
description: |
Obtains the list of courses provided by a public university or AFAM. The data returned includes information on the individual courses offered. / Ottiene l'elenco dei corsi erogati da un'università o AFAM pubblica. I dati restituiti includono informazioni sui singoli corsi offerti.
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: http://swagger.io/terms/
license:
Expand Down
6 changes: 3 additions & 3 deletions src/IFS02-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ info:
title: |
IFS02 - Academic enrollments / Iscrizioni accademiche
x-summary: Provides the detailed information regarding the enrollment of student at an university or AFAM / Fornisce le informazioni di dettaglio riguardanti le iscrizioni di una studentessa o uno studente all'università o AFAM
version: 2.0.6-rc
version: 2.0.6
description: |
Provides the detailed information regarding the enrollment of student at an university or AFAM / Fornisce le informazioni di dettaglio riguardanti le iscrizioni di una studentessa o uno studente all'università o AFAM
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down
6 changes: 3 additions & 3 deletions src/IFS03-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ info:
x-summary: |
Provides the detailed information regarding the academic qualification degrees got by the students at an university or AFAM /
Fornisce le informazioni di dettaglio riguardanti i titoli conseguiti da una studentessa o uno studente all'università o AFAM
version: 2.0.6-rc
version: 2.0.6
description: |
Provides the detailed information regarding the academic qualification degrees got by the students at an university or AFAM /
Fornisce le informazioni di dettaglio riguardanti i titoli conseguiti da una studentessa o uno studente all'università o AFAM
contact:
name: helpdesk
email: [email protected].it
name: Institute name
email: formal.institute@email.it
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: http://swagger.io/terms/'
license:
Expand Down
46 changes: 25 additions & 21 deletions src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ openapi: 3.0.0
info:
title: IFS04 - Academic enrollments change request / Rettifica iscrizioni accademiche
x-summary: Data academic enrollments change request / Richiede la rettifica dei dati delle iscrizioni accademiche
version: 2.0.6-rc
version: 2.0.6
description: |
Data academic enrollments change request / Richiede la rettifica dei dati delle iscrizioni accademiche
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down Expand Up @@ -578,70 +578,74 @@ components:
description: List of tudent academic enrollments / Elenco iscrizioni accademiche
items:
$ref: '#/components/schemas/change_request_status'
change_request_detail:
change_request_status:
additionalProperties: false
type: object
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente
properties:
response_code:
type: string
description: response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
enum:
- approved
- rejected
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
description: |
Status of an academic enrollment change request for a student /
Stato di una rettifica iscrizione per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica)
enum:
- approved
- rejected
- acquired
- cancelled
- null
file_code:
type: string
description: enrollment change request code/ Codice Rettifica iscrizioni
minLength: 1
maxLength: 256
nullable: true
maxLength: 256
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- response_code
- file_status
- file_code
- message
change_request_status:
- message
change_request_detail:
additionalProperties: false
type: object
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente
properties:
response_code:
type: string
description: |
response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete).
Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
enum:
- approved
- rejected
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 (Rappresenta lo stato del processo relativo alla richiesta di rettifica)
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
minLength: 1
maxLength: 256
maxLength: 256
nullable: true
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- response_code
- file_status
- file_code
- message
- message
issue_detail:
additionalProperties: false
type: object
Expand Down
32 changes: 17 additions & 15 deletions src/IFS05-rettifica-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ openapi: 3.0.0
info:
title: IFS05 - Academic qualifications change request/ Rettifica dei titoli accademici
x-summary: Data academic qualificatons change request / Richiede la rettifica dei titoli accademici
version: 2.0.6-rc
version: 2.0.6
description: |
Data academic qualificatons change request / Richiede la rettifica dei titoli accademici
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down Expand Up @@ -630,37 +630,27 @@ components:
type: object
description: Status of an qualification change request for a student / Stato di una rettifica titolo per una studentessa o uno studente
properties:
response_code:
type: string
description: response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
enum:
- approved
- rejected
file_status:
type: string
description: |
Status of an academic qualification change request for a student /
Stato di una rettifica iscrizione per una studentessa o uno studente
nullable: true
enum:
- approved
- rejected
- acquired
- cancelled
- null
- cancelled
file_code:
type: string
description: change request qualification code/ Codice Rettifica titolo
minLength: 1
maxLength: 256
nullable: true
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- response_code
- file_status
- file_code
- message
Expand All @@ -669,25 +659,37 @@ components:
type: object
description: Status of an qualification change request for a student / Stato di una rettifica titolo per una studentessa o uno studente
properties:
response_code:
type: string
description: |
response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete).
Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
enum:
- approved
- rejected
file_status:
type: string
description: Status of an academic qualification change request for a student / Stato di una rettifica Titolo per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica)
nullable: true
enum:
- approved
- rejected
- acquired
- cancelled
- null
file_code:
type: string
description: change request qualification code/ Codice Rettifica titolo
minLength: 1
maxLength: 256
maxLength: 256
nullable: true
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- response_code
- file_status
- file_code
- message
Expand Down
6 changes: 3 additions & 3 deletions src/IFS06-variazioni-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ info:
title: IFS06 - Changes in academic enrolments/ Variazioni nelle iscrizioni accademiche
x-summary: |
Retrieve the changes in academic enrollments / Ottiene le variazioni delle iscrizioni accademiche
version: 2.0.6-rc
version: 2.0.6
description: |
Retrieve the changes in academic enrollments / Ottiene le variazioni delle iscrizioni accademiche
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down
6 changes: 3 additions & 3 deletions src/IFS07-variazioni-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ info:
title: IFS07 - Changes in academic qualifications / Variazioni nei titoli accademici
x-summary: |
Retrieve the changes in academic qualifications / Ottiene le variazioni dei titoli accademici
version: 2.0.6-rc
version: 2.0.6
description: |
Retrieve the changes in academic qualifications / Ottiene le variazioni dei titoli accademici
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down
6 changes: 3 additions & 3 deletions src/IFS08-iscrizioni-per-fasce-isee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ info:
title: IFS08 - Academic enrollments by ISEE / Iscrizioni accademiche per fasce ISEE
x-summary: |
Retrieve the number of academic enrollments by ISEE / Ottiene il numero di iscrizioni accademiche per fasce ISEE
version: 2.0.6-rc
version: 2.0.6
description: |
Retrieve the number of academic enrollments by ISEE / Ottiene il numero di iscrizioni accademiche per fasce ISEE
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down
6 changes: 3 additions & 3 deletions src/IFS09-iscrizioni-per-corso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ info:
title: IFS09 - Academic enrollments by degree course / Iscrizioni accademiche per corso di studi
x-summary: |
Retrieve the number of academic enrollments by degree course / Ottiene il numero di iscrizioni accademiche per corso di studi
version: 2.0.6-rc
version: 2.0.6
description: |
Retrieve the number of academic enrollments by degree course / Ottiene il numero di iscrizioni accademiche per corso di studi
contact:
name: helpdesk
email: [email protected]
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
Expand Down

0 comments on commit 8028c1f

Please sign in to comment.