Skip to main content
PUT
/
files
/
content
/
{*}
Update file content
curl --request PUT \
  --url https://api.duvo.ai/v1/files/content/{*} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

*
string
required

Path of the file relative to the team's storage root

Minimum string length: 1

Body

application/json
content
string
required

New UTF-8 text content for the file

Response

Default Response

success
boolean
required

True if the operation succeeded