updatePDFFile
Update a PDF file by creating a new upload process and returning a signed URL for upload
This page contains
Arguments
| input UpdatePDFFileInput! |
UpdatePDFFileInput fields
| id ID! | Id of the existing PDF file to update |
| productId ID! | Id of the product that contains the PDF file |
| name LocalStringInput! | Name of the PDF file |
| onlyVisibleToResellers Boolean | Whether the PDF is only visible to resellers - Optional |
Return 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 |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.