Skip to content

Commit

Permalink
Merge pull request #56 from ldoneda/next
Browse files Browse the repository at this point in the history
change min_Lenght tax_code_hash
  • Loading branch information
denismarini authored Oct 20, 2023
2 parents 8a62366 + 1236a11 commit e769133
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 324 deletions.
2 changes: 1 addition & 1 deletion IFS02_Iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ paths:
schema:
type: string
maxLength: 64
minLength: 1
minLength: 64
description: Tax Identification Number hash / Codice Fiscale hash
get:
summary: Retrieve enrollment details of student / Recupero iscrizioni di una studentessa o di uno studente
Expand Down
2 changes: 1 addition & 1 deletion IFS03_Titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ paths:
schema:
type: string
maxLength: 64
minLength: 1
minLength: 64
description: Tax Identification Number hash / Codice Fiscale hash
get:
summary: Degrees earned by the student / Titoli conseguiti dalla studentessa o dallo studente
Expand Down
Loading

0 comments on commit e769133

Please sign in to comment.