Is it possible to add a label to a build in Unity Cloud Build by making an API request through a bash script? I’ve tried but I get the message “error: The requested object was not found”
This is the URL format I’m using to make the POST call:
https://build-api.cloud.unity3d.com/api/v1/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{buildnumber}/labels
I can’t even get the labels with a GET call. Is it possible to label builds or add a comment that I can see in the Build History?