Skip to main content
PUT
/
files
/
{name}
cURL
curl --request PUT \
  --url https://api.example.com/files/{name} \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

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

Path Parameters

name
string
required

Query Parameters

public
boolean | null

Body

multipart/form-data
file
file

Response

200

put 200 response