UpdateLibraryResourceVersionInput
No description
input UpdateLibraryResourceVersionInput {
id: String!
defaultTitle: String
description: String
content: String
url: String
fileName: String
internal: Boolean
isFolder: Boolean
previewImageUrl: String
uploadedPreviewImageUrl: String
originUrl: String
cachedPdfUrl: String
}
Fields
UpdateLibraryResourceVersionInput.id ● String! non-null scalar
The library resource version to update.
UpdateLibraryResourceVersionInput.defaultTitle ● String scalar
Default display title for the resource.
UpdateLibraryResourceVersionInput.description ● String scalar
Description text for the resource.
UpdateLibraryResourceVersionInput.content ● String scalar
Rich-text/body content of the resource.
UpdateLibraryResourceVersionInput.url ● String scalar
The resource's file or link URL.
UpdateLibraryResourceVersionInput.fileName ● String scalar
Original uploaded file name.
UpdateLibraryResourceVersionInput.internal ● Boolean scalar
Whether the resource is internal-only (hidden from customers).
UpdateLibraryResourceVersionInput.isFolder ● Boolean scalar
Whether the resource is a folder.
UpdateLibraryResourceVersionInput.previewImageUrl ● String scalar
URL of the generated preview image.
UpdateLibraryResourceVersionInput.uploadedPreviewImageUrl ● String scalar
URL of a user-uploaded preview image, overriding the generated one.
UpdateLibraryResourceVersionInput.originUrl ● String scalar
External drive origin URL (Google Drive / SharePoint) the resource is linked to.
UpdateLibraryResourceVersionInput.cachedPdfUrl ● String scalar
URL of the cached PDF rendering for native external files.
Member Of
updateLibraryResourceVersion mutation