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 PATCH \ --url https://flow.seekr.com/v1/flow/fine-tunes/{fine_tune_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{}
Update the configuration of an existing fine-tuning job.
Seekr API Key without 'Bearer' Prefix
Successful Response
The response is of type object.
object