Add tag
PUT /service/{service}/version/{version}/tag/{tag}
PUT
/service/{service}/version/{version}/tag/{tag}
Add a tag to the service version that can be used to reference service version when calling other API endpoints
Authorizations
Parameters
Path Parameters
service
required
string
Service to tag
version
required
string
Version of service to tag
tag
required
string
Tag to add
Responses
201
Tag created
304
Version already has tag, no new tag added
400
Tag not created
401
Access token is missing or invalid
Request failure
object
errorMessage
string
404
Unknown service