Sets the tags for a Deployment, replacing any existing tags.
PUT
/deployments/{deployment_id}/tags
curl \
--request PUT 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/tags' \
--header "Content-Type: application/json" \
--data '{
"tags": [
{
"key": "string",
"value": "string"
}
]
}'