Release tag
Available Fields
Field
Examples
Get all tags by release commit
GET "https://api.balena-cloud.com/v7/release_tag?\$filter=release/commit%20eq%20'<COMMIT>'" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" Create a new release tag
POST "https://api.balena-cloud.com/v7/release_tag" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" \
--data '{
"release": "<RELEASE ID>",
"tag_key": "<KEY>",
"value": "<VALUE>"
}'Last updated
Was this helpful?