Update run tags
curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"example",
"test"
]
}
'Runs
Update run tags
PATCH
/
v1
/
runs
/
{id}
/
tags
Update run tags
curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"example",
"test"
]
}
'