Sign in

Update metadata key

documented

Update or create a metadata key on a file.

PUT /files/{uuid}/metadata/{key}/File metadatano implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.uploadcare.com/files/{{$uuid}}/metadata/{{$key}}/" \
  -X PUT \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
  -d '"{{$value}}"'
Update metadata key · uploadcare · OpenIntegrations