Skip to content

Commit

Permalink
Increase PBO field size from 50 to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
mfayt authored Jan 30, 2024
1 parent 6b30578 commit ca8b811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions E-Intervention-v1.0.0.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
},
"PBO": {
"type": "string",
"maxLength": 50
"maxLength": 100
},
"Tube": {
"type": "string",
Expand Down Expand Up @@ -405,7 +405,7 @@
},
"PBO": {
"type": "string",
"maxLength": 50,
"maxLength": 100,
"description": "Référence PBO (Ex: PTXXXXXXX) si disponible\n"
},
"PTO": {
Expand All @@ -420,7 +420,7 @@
"properties": {
"PBO": {
"type": "string",
"maxLength": 50,
"maxLength": 100,
"description": "Référence du PBO (ex: PTXXXXXXX) si fourni par le DO\n"
}
}
Expand Down

0 comments on commit ca8b811

Please sign in to comment.