Runs
Update run tags
Getting Started
Audit Logs
Datasets
- GETList datasets
- POSTCreate a new dataset
- GETGet dataset by ID or slug
- DELDelete a dataset
- PATCHUpdate a dataset
- POSTCreate a new prompt
- GETGet prompt by ID
- DELDelete a prompt
- PATCHUpdate a prompt
- GETGet prompt variation by ID
- DELDelete a prompt variation
- PATCHUpdate a prompt variation
- POSTCreate a new prompt variation
Runs
Templates
Runs
Update run tags
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
Body
application/json
Response
200
Tags updated successfully
curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/tags \
--header 'Content-Type: application/json' \
--data '{
"tags": [
"example",
"test"
]
}'