curl --request PUT \
--url https://api.promptmetrics.dev/tags/{id} \
--header 'Authorization: Bearer <token>'{
"responseData": {
"data": {
"_id": "<string>",
"name": "<string>",
"workspace_id": "<string>",
"status": "ACTIVE",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"message": "<string>"
}Toggle tag status between ACTIVE and INACTIVE.
curl --request PUT \
--url https://api.promptmetrics.dev/tags/{id} \
--header 'Authorization: Bearer <token>'{
"responseData": {
"data": {
"_id": "<string>",
"name": "<string>",
"workspace_id": "<string>",
"status": "ACTIVE",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"message": "<string>"
}