Update run notes
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/notes/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"notes": "<string>"
}
'{
"success": true
}Runs
Update run notes
Updates the notes/description on a run. Set to null or empty string to clear.
POST
/
api
/
runs
/
notes
/
update
Update run notes
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/notes/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"notes": "<string>"
}
'{
"success": true
}Authorizations
API key obtained from the mlop dashboard
Body
application/json
Response
Notes updated successfully
Was this page helpful?
⌘I