"description":"The entity this should be shared with"
},
"publicUpload":{
"type":"string",
"nullable":true,
"default":null,
"enum":[
"true",
"false"
@ -1818,11 +1831,13 @@
"sendPasswordByTalk":{
"type":"string",
"nullable":true,
"default":null,
"description":"Send the password for the share over Talk"
},
"expireDate":{
"type":"string",
"nullable":true,
"default":null,
"description":"The expiry date of the share in the user's timezone at 00:00. If $expireDate is not supplied or set to `null`, the system default will be used."
},
"note":{
@ -1838,11 +1853,13 @@
"attributes":{
"type":"string",
"nullable":true,
"default":null,
"description":"Additional attributes for the share"
},
"sendMail":{
"type":"string",
"nullable":true,
"default":null,
"enum":[
"false",
"true"
@ -2297,56 +2314,67 @@
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"New permissions"
},
"password":{
"type":"string",
"nullable":true,
"default":null,
"description":"New password"
},
"sendPasswordByTalk":{
"type":"string",
"nullable":true,
"default":null,
"description":"New condition if the password should be send over Talk"
},
"publicUpload":{
"type":"string",
"nullable":true,
"default":null,
"description":"New condition if public uploading is allowed"
},
"expireDate":{
"type":"string",
"nullable":true,
"default":null,
"description":"New expiry date"
},
"note":{
"type":"string",
"nullable":true,
"default":null,
"description":"New note"
},
"label":{
"type":"string",
"nullable":true,
"default":null,
"description":"New label"
},
"hideDownload":{
"type":"string",
"nullable":true,
"default":null,
"description":"New condition if the download should be hidden"
},
"attributes":{
"type":"string",
"nullable":true,
"default":null,
"description":"New additional attributes"
},
"sendMail":{
"type":"string",
"nullable":true,
"default":null,
"description":"if the share should be send by mail. Considering the share already exists, no mail will be send after the share is updated. You will have to use the sendMail action to send the mail."
"description":"can be piped, top prio first, e.g.: \"commenters|share-recipients\"",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -7522,6 +7530,7 @@
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"Timestamp of the last usage"
}
}
@ -7716,11 +7725,13 @@
"webhookUri":{
"type":"string",
"nullable":true,
"default":null,
"description":"URI to be requested when the task finishes"
},
"webhookMethod":{
"type":"string",
"nullable":true,
"default":null,
"description":"Method used for the webhook request (HTTP:GET, HTTP:POST, HTTP:PUT, HTTP:DELETE or AppAPI:APP_ID:GET, AppAPI:APP_ID:POST...)"
}
}
@ -8229,7 +8240,8 @@
"description":"An arbitrary identifier for the task",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -8357,7 +8369,8 @@
"description":"An arbitrary identifier for the task",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -9565,7 +9578,8 @@
"description":"An arbitrary identifier for the task",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -10392,7 +10406,8 @@
"description":"An arbitrary identifier for the task",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -10931,7 +10946,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -10941,7 +10957,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -10950,6 +10967,7 @@
"description":"Offset for searching",
"schema":{
"nullable":true,
"default":null,
"oneOf":[
{
"type":"integer",
@ -11565,6 +11583,15 @@
"basic_auth":[]
}
],
"parameters":[
{
"name":"USER_AGENT",
"in":"header",
"schema":{
"type":"string"
}
}
],
"responses":{
"200":{
"description":"Login flow init returned",
@ -13002,6 +13029,7 @@
"output":{
"type":"object",
"nullable":true,
"default":null,
"description":"The resulting task output, files are represented by their IDs",
"additionalProperties":{
"type":"object"
@ -13010,6 +13038,7 @@
"errorMessage":{
"type":"string",
"nullable":true,
"default":null,
"description":"An error message if the task failed"
}
}
@ -14677,7 +14706,8 @@
"description":"location/URL to filter by",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -15382,47 +15412,56 @@
"remote":{
"type":"string",
"nullable":true,
"default":null,
"description":"Address of the remote"
},
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
},
"name":{
"type":"string",
"nullable":true,
"default":null,
"description":"Name of the shared resource"
},
"owner":{
"type":"string",
"nullable":true,
"default":null,
"description":"Display name of the receiver"
},
"sharedBy":{
"type":"string",
"nullable":true,
"default":null,
"description":"Display name of the sender"
},
"shareWith":{
"type":"string",
"nullable":true,
"default":null,
"description":"ID of the user that receives the share"
},
"remoteId":{
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"ID of the remote"
},
"sharedByFederatedId":{
"type":"string",
"nullable":true,
"default":null,
"description":"Federated ID of the sender"
},
"ownerFederatedId":{
"type":"string",
"nullable":true,
"default":null,
"description":"Federated ID of the receiver"
}
}
@ -15500,11 +15539,13 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
},
"shareWith":{
"type":"string",
"nullable":true,
"default":null,
"description":"ID of the user that receives the share"
},
"remoteId":{
@ -15641,12 +15682,14 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
},
"permissions":{
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"New permissions"
}
}
@ -15762,6 +15805,7 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
}
}
@ -15859,6 +15903,7 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
}
}
@ -15946,6 +15991,7 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
}
}
@ -16033,6 +16079,7 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
}
}
@ -16148,16 +16195,19 @@
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"Shared secret between servers"
},
"remote":{
"type":"string",
"nullable":true,
"default":null,
"description":"Address of the remote"
},
"remote_id":{
"type":"string",
"nullable":true,
"default":null,
"description":"ID of the remote"
}
}
@ -17507,12 +17557,14 @@
"editorId":{
"type":"string",
"nullable":true,
"default":null,
"description":"ID of the editor"
},
"fileId":{
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"ID of the file"
}
}
@ -17692,6 +17744,7 @@
"templateId":{
"type":"string",
"nullable":true,
"default":null,
"description":"ID of the template"
}
}
@ -19026,6 +19079,7 @@
"destination":{
"type":"string",
"nullable":true,
"default":null,
"description":"The target path of the converted file. Written to a temporary file if left empty"
}
}
@ -19786,6 +19840,13 @@
1
]
}
},
{
"name":"X-NC-Preview",
"in":"header",
"schema":{
"type":"string"
}
}
],
"responses":{
@ -19870,11 +19931,13 @@
"password":{
"type":"string",
"nullable":true,
"default":null,
"description":"Password of the share"
},
"dir":{
"type":"string",
"nullable":true,
"default":null,
"description":"Subdirectory to get info about"
},
"depth":{
@ -20078,12 +20141,14 @@
"path":{
"type":"string",
"nullable":true,
"default":null,
"description":"Path of the share"
},
"permissions":{
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"Permissions for the share"
},
"shareType":{
@ -20095,11 +20160,13 @@
"shareWith":{
"type":"string",
"nullable":true,
"default":null,
"description":"The entity this should be shared with"
},
"publicUpload":{
"type":"string",
"nullable":true,
"default":null,
"enum":[
"true",
"false"
@ -20114,11 +20181,13 @@
"sendPasswordByTalk":{
"type":"string",
"nullable":true,
"default":null,
"description":"Send the password for the share over Talk"
},
"expireDate":{
"type":"string",
"nullable":true,
"default":null,
"description":"The expiry date of the share in the user's timezone at 00:00. If $expireDate is not supplied or set to `null`, the system default will be used."
},
"note":{
@ -20134,11 +20203,13 @@
"attributes":{
"type":"string",
"nullable":true,
"default":null,
"description":"Additional attributes for the share"
},
"sendMail":{
"type":"string",
"nullable":true,
"default":null,
"enum":[
"false",
"true"
@ -20593,56 +20664,67 @@
"type":"integer",
"format":"int64",
"nullable":true,
"default":null,
"description":"New permissions"
},
"password":{
"type":"string",
"nullable":true,
"default":null,
"description":"New password"
},
"sendPasswordByTalk":{
"type":"string",
"nullable":true,
"default":null,
"description":"New condition if the password should be send over Talk"
},
"publicUpload":{
"type":"string",
"nullable":true,
"default":null,
"description":"New condition if public uploading is allowed"
},
"expireDate":{
"type":"string",
"nullable":true,
"default":null,
"description":"New expiry date"
},
"note":{
"type":"string",
"nullable":true,
"default":null,
"description":"New note"
},
"label":{
"type":"string",
"nullable":true,
"default":null,
"description":"New label"
},
"hideDownload":{
"type":"string",
"nullable":true,
"default":null,
"description":"New condition if the download should be hidden"
},
"attributes":{
"type":"string",
"nullable":true,
"default":null,
"description":"New additional attributes"
},
"sendMail":{
"type":"string",
"nullable":true,
"default":null,
"description":"if the share should be send by mail. Considering the share already exists, no mail will be send after the share is updated. You will have to use the sendMail action to send the mail."
},
"token":{
"type":"string",
"nullable":true,
"default":null,
"description":"New token"
}
}
@ -21395,7 +21477,8 @@
"description":"Limit to specific item types",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -21424,6 +21507,7 @@
"description":"Limit to specific share types",
"schema":{
"nullable":true,
"default":null,
"oneOf":[
{
"type":"integer",
@ -21563,6 +21647,7 @@
"description":"Limit to specific share types",
"schema":{
"nullable":true,
"default":null,
"oneOf":[
{
"type":"integer",
@ -22657,7 +22742,8 @@
"description":"Filter for enabled or disabled apps",
"schema":{
"type":"string",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -23114,7 +23200,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -23459,7 +23546,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -24418,7 +24506,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -24667,7 +24756,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -24783,7 +24873,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -24924,6 +25015,7 @@
"manager":{
"type":"string",
"nullable":true,
"default":null,
"description":"Manager of the user"
}
}
@ -25045,7 +25137,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -25161,7 +25254,8 @@
"schema":{
"type":"integer",
"format":"int64",
"nullable":true
"nullable":true,
"default":null
}
},
{
@ -27962,6 +28056,7 @@
"color":{
"type":"string",
"nullable":true,
"default":null,
"description":"Color for the background"
}
}
@ -28479,7 +28574,8 @@
"description":"The version to search the changelog entry for (defaults to the latest installed)",