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

Path Parameters

id
string
required

Body

application/json
tags
string[]

Response

200

Tags updated successfully