cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/storage/files/{file_id}/move \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "new_path": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Move/rename a file.
Move file request
Successful Response
Was this page helpful?