curl --request PATCH \
--url https://api.honeycomb.io/2/teams/{teamSlug}/environments/{ID} \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"id": "<string>",
"type": "environments",
"attributes": {
"description": "<string>",
"color": "blue",
"settings": {
"delete_protected": true
}
}
}
}
'{
"data": {
"id": "<string>",
"type": "environments",
"links": {
"self": "<string>"
},
"attributes": {
"name": "<string>",
"description": "<string>",
"color": "blue",
"slug": "<string>",
"settings": {
"delete_protected": true
}
}
}
}curl --request PATCH \
--url https://api.honeycomb.io/2/teams/{teamSlug}/environments/{ID} \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"id": "<string>",
"type": "environments",
"attributes": {
"description": "<string>",
"color": "blue",
"settings": {
"delete_protected": true
}
}
}
}
'{
"data": {
"id": "<string>",
"type": "environments",
"links": {
"self": "<string>"
},
"attributes": {
"name": "<string>",
"description": "<string>",
"color": "blue",
"slug": "<string>",
"settings": {
"delete_protected": true
}
}
}
}