Sign in

Update file

documented

Update a file.

Filesno 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://app.paymoapp.com/api/files/{{$file_id}}" \
  -X PUT \
  -u {{PAYMOAPP_API_KEY}}:{{PAYMOAPP_SECRET}} \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"description": "{{$description}}"}'
# Docs: Paymo API updating a file (PUT /api/files/[FILE_ID]) uses a JSON body with fields like description. See https://raw.githubusercontent.com/paymoapp/api/master/sections/files.md for reference.
Update file · Paymo · OpenIntegrations