Create or update Link
2min
POST
AUTHENTICATION
Authorization
Bearer
Bearer
QUERY PARAMETERS
library
string
Example: sharepoint
driveId
string
Example: {{drive-id}}
BODY PARAMETERS
body
string
Example: {
"name": "test link",
"resource": "{{resource-id}}",
"resourceType": "folder",
"settings": {
"isActive": true,
"allowDownloading": true,
"expireAt": 1728698842000,
"maxViews": 1000,
"requirePassword": false,
"password": "",
"requireEmail": false,
"enableEmailVerification": false,
"allowedEmails": [],
"allowedDomains": [],
"blockedEmails": [],
"blockedDomains": []
}
}
RESPONSES
200
Success response