Skip to content

Commit

Permalink
chore: Update openapi specs
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Nov 19, 2024
1 parent 1b18836 commit eeaa2dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/provisioning_api/openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"headline",
"id",
"language",
"firstLogin",
"lastLogin",
"locale",
"manager",
Expand Down Expand Up @@ -195,6 +196,10 @@
"language": {
"type": "string"
},
"firstLogin": {
"type": "integer",
"format": "int64"
},
"lastLogin": {
"type": "integer",
"format": "int64"
Expand Down
5 changes: 5 additions & 0 deletions apps/provisioning_api/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"headline",
"id",
"language",
"firstLogin",
"lastLogin",
"locale",
"manager",
Expand Down Expand Up @@ -242,6 +243,10 @@
"language": {
"type": "string"
},
"firstLogin": {
"type": "integer",
"format": "int64"
},
"lastLogin": {
"type": "integer",
"format": "int64"
Expand Down
5 changes: 5 additions & 0 deletions apps/provisioning_api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"headline",
"id",
"language",
"firstLogin",
"lastLogin",
"locale",
"manager",
Expand Down Expand Up @@ -242,6 +243,10 @@
"language": {
"type": "string"
},
"firstLogin": {
"type": "integer",
"format": "int64"
},
"lastLogin": {
"type": "integer",
"format": "int64"
Expand Down

0 comments on commit eeaa2dc

Please sign in to comment.