refreshAttachmentUrl
Function: refreshAttachmentUrl()
refreshAttachmentUrl(
attachmentId):Promise<Attachment>
Defined in: apps/builder-web/src/api/client.ts:1165
Обновляет presigned URL для скачивания S3-вложения.
Backend-маршрут:
POST /attachments/:id/refresh-url
Parameters
attachmentId
string
ID вложения.
Returns
Promise<Attachment>
Обновлённое вложение с новым URL.