Browse Source
chore: Update openapi.json files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/49377/head
Côme Chilliet
11 months ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
3 changed files with
21 additions and
6 deletions
-
apps/provisioning_api/openapi-administration.json
-
apps/provisioning_api/openapi-full.json
-
apps/provisioning_api/openapi.json
|
|
|
@ -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" |
|
|
|
}, |
|
|
|
|