Skip to content

Commit

Permalink
[SELC-4706] fix: added NotNull on fiscalCode SearchUserDto (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Apr 12, 2024
1 parent b43f683 commit 636590d
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 100 deletions.
115 changes: 57 additions & 58 deletions apps/user-ms/src/main/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -104,11 +104,11 @@
"application/json" : { }
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -184,11 +184,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -222,11 +222,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -317,11 +317,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -351,11 +351,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -396,11 +396,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -436,11 +436,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -486,11 +486,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -529,11 +529,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -576,11 +576,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -623,11 +623,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -672,11 +672,11 @@
"204" : {
"description" : "No Content"
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -733,11 +733,11 @@
"application/json" : { }
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -779,11 +779,11 @@
"application/json" : { }
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -819,11 +819,11 @@
"application/json" : { }
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -906,11 +906,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -956,11 +956,11 @@
}
}
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -998,11 +998,11 @@
"204" : {
"description" : "No Content"
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
}
},
"security" : [ {
Expand Down Expand Up @@ -1181,7 +1181,6 @@
"type" : "object",
"properties" : {
"fiscalCode" : {
"pattern" : "\\S",
"type" : "string"
}
}
Expand Down
Loading

0 comments on commit 636590d

Please sign in to comment.