Release tag
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v7/release_tag HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
POST /v7/release_tag HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"release": "<RELEASE ID>",
"tag_key": "<KEY>",
"value": "<VALUE>"
}