Docs
Update Folder Link
PUT /drives/{eventId}/folders/{folderId}/links/{linkId}
PUT
/drives/{eventId}/folders/{folderId}/links/{linkId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Updates the name and permissions of an existing public folder link.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| driveId | Guid | Required | The event ID. |
| folderId | Guid | Required | The folder ID. |
| linkId | Guid | Required | The link ID to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Updated display name. |
| permissions | array | Required | Updated permissions. |
Response
200 OK — No response body.
Error Codes
| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid token. |
NOT_FOUND | 404 | Folder or link not found. |