chore: Update openapi.json files

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-12-10 12:20:24 +01:00
parent 9ada0bb12a
commit 0be186744a
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A
3 changed files with 21 additions and 6 deletions

View file

@ -92,7 +92,8 @@
"headline",
"id",
"language",
"firstLogin",
"firstLoginTimestamp",
"lastLoginTimestamp",
"lastLogin",
"locale",
"manager",
@ -196,7 +197,11 @@
"language": {
"type": "string"
},
"firstLogin": {
"firstLoginTimestamp": {
"type": "integer",
"format": "int64"
},
"lastLoginTimestamp": {
"type": "integer",
"format": "int64"
},

View file

@ -139,7 +139,8 @@
"headline",
"id",
"language",
"firstLogin",
"firstLoginTimestamp",
"lastLoginTimestamp",
"lastLogin",
"locale",
"manager",
@ -243,7 +244,11 @@
"language": {
"type": "string"
},
"firstLogin": {
"firstLoginTimestamp": {
"type": "integer",
"format": "int64"
},
"lastLoginTimestamp": {
"type": "integer",
"format": "int64"
},

View file

@ -139,7 +139,8 @@
"headline",
"id",
"language",
"firstLogin",
"firstLoginTimestamp",
"lastLoginTimestamp",
"lastLogin",
"locale",
"manager",
@ -243,7 +244,11 @@
"language": {
"type": "string"
},
"firstLogin": {
"firstLoginTimestamp": {
"type": "integer",
"format": "int64"
},
"lastLoginTimestamp": {
"type": "integer",
"format": "int64"
},