"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,
"description":"New token"
}
}
}
@ -3833,6 +3838,75 @@
}
}
}
},
"/ocs/v2.php/apps/files_sharing/api/v1/token":{
"get":{
"operationId":"shareapi-generate-token",
"summary":"Get a unique share token",
"tags":[
"shareapi"
],
"security":[
{
"bearer_auth":[]
},
{
"basic_auth":[]
}
],
"parameters":[
{
"name":"OCS-APIRequest",
"in":"header",
"description":"Required to be true for the API request to pass",