Skip to main content

UpdateFileMetadata updates file metadata.

PATCH 

/api/v1/uploads/:id/metadata

Used by background jobs to update processing results. Also allows users to update custom metadata.

Parameters

  • id: Required, file UUID
  • metadata: Required, metadata to update
  • merge: If true, merge with existing; if false, replace

Errors

  • NOT_FOUND: File does not exist
  • PERMISSION_DENIED: Caller lacks uploads:write permission

Request

Responses

A successful response.