Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://control-plane.kubiya.ai/api/v1/storage/files/{file_id}/metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ], "custom_metadata": {} } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update file tags and custom metadata.
Enter your Kubiya API token (format: Bearer )
Update file metadata request
Successful Response
Was this page helpful?