PUT
/
files
/
{id}
curl --request PUT \
  --url https://ronika-api.induced.ai/v1/files/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier of the file.

Body

application/json
name
string

The new name for the file.

Response

200 - application/json
Rename success response
success
boolean