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

Response

200 - application/json

Rename success response

The response is of type object.