Add new assets/binaries for accounts/idp/settings & thumbnail swagger
This commit is contained in:
File diff suppressed because one or more lines are too long
+63
-63
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": {
|
||||
|
||||
Reference in New Issue
Block a user