UpdatePDFFilePayload
Payload returned when updating a PDF file
This page contains
Fields
| signedUrl: URL | Signed URL for uploading the PDF file |
| signedUrlExpiresAt: DateTime | The date and time the signed URL expires at |
| uploadProcessId: ID | Unique identifier for tracking the upload process |
| userErrors: [UpdatePdfFileError!] | User errors |
Mutations for UpdatePDFFilePayload
| updatePDFFile | Update a PDF file by creating a new upload process and returning a signed URL for upload |