Skip to main content
PATCH
/
agent
/
file
/
{file_id}
Update File Content
curl --request PATCH \
  --url https://api.getoutbox.ai/agent/file/{file_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>"
}
'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

file_id
string
required

The ID of the file to update

Body

application/json

New file content

text
string
required

New text content for the file

Response

File updated successfully