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