Add new assets/binaries for accounts/idp/settings & thumbnail swagger

This commit is contained in:
Pascal Wengerter
2021-05-10 09:14:24 +01:00
parent 80c942d6ad
commit e68c4c1b6e
4 changed files with 166 additions and 72 deletions
File diff suppressed because one or more lines are too long
+63 -63
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -30,14 +30,14 @@
],
"paths": {},
"definitions": {
"GetRequestFileType": {
"GetThumbnailRequestThumbnailType": {
"type": "string",
"enum": [
"PNG",
"JPG"
],
"default": "PNG",
"description": "The file types to which the thumbnail cna get encoded to."
"description": "The file types to which the thumbnail can get encoded to."
},
"protobufAny": {
"type": "object",
@@ -69,7 +69,18 @@
}
}
},
"v0GetResponse": {
"v0CS3Source": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"authorization": {
"type": "string"
}
}
},
"v0GetThumbnailResponse": {
"type": "object",
"properties": {
"thumbnail": {
@@ -83,6 +94,31 @@
}
},
"title": "The service response"
},
"v0WebdavSource": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "REQUIRED."
},
"isPublicLink": {
"type": "boolean",
"description": "REQUIRED."
},
"webdavAuthorization": {
"type": "string",
"description": "OPTIONAL."
},
"revaAuthorization": {
"type": "string",
"description": "OPTIONAL."
},
"publicLinkToken": {
"type": "string",
"description": "OPTIONAL."
}
}
}
},
"externalDocs": {