Skip to content

Commit dfa9175

Browse files
committed
chore(sharing): Rebuild openapi.json files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 68893b1 commit dfa9175

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

apps/sharing/openapi.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,8 @@
465465
"$ref": "#/components/schemas/User"
466466
},
467467
"last_updated": {
468-
"type": "integer",
469-
"format": "int64",
470-
"description": "Unix time in milliseconds",
471-
"minimum": 0
468+
"type": "string",
469+
"description": "Unix time in milliseconds"
472470
},
473471
"state": {
474472
"$ref": "#/components/schemas/State"

openapi.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4653,10 +4653,8 @@
46534653
"$ref": "#/components/schemas/SharingUser"
46544654
},
46554655
"last_updated": {
4656-
"type": "integer",
4657-
"format": "int64",
4658-
"description": "Unix time in milliseconds",
4659-
"minimum": 0
4656+
"type": "string",
4657+
"description": "Unix time in milliseconds"
46604658
},
46614659
"state": {
46624660
"$ref": "#/components/schemas/SharingState"

0 commit comments

Comments
 (0)