Store file
documentedMark a file as stored (permanent) using the file UUID.
PUT /files/{uuid}/storage/Filesno implementation yet0 runsNo 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}}/storage/" \
-X PUT \
-H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
-H "Accept: application/vnd.uploadcare-v0.7+json"