mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
chore: Update openapi.json files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
9ada0bb12a
commit
0be186744a
3 changed files with 21 additions and 6 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue