Skip to main content
PATCH
/
api
/
v1
/
brand-kits
/
{kit_id}
/
files
/
{file_id}
Update Brand Kit File
curl --request PATCH \
  --url https://api.example.com/api/v1/brand-kits/{kit_id}/files/{file_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kit_id
string<uuid>
required
file_id
string<uuid>
required

Body

application/json

The body is of type Body · object.

Response

Successful Response

The response is of type Response Update Brand Kit File Api V1 Brand Kits Kit Id Files File Id Patch · object.