fileAcknowledgeUpdateFailed - admin-graphql - MUTATION
Version: 2025-01
Description:
Acknowledges file update failure by resetting FAILED status to READY and clearing any media errors.
Access Scopes
`write_files` access scope.
Arguments
-
fileIds:
ID! -
Specifies the file(s) to acknowledge the failed updates of.
Returns
-
files:
File
The updated file(s).
-
userErrors:
FilesUserError!
The list of errors that occurred from executing the mutation.
Examples