Esempio n. 1
0
 /// <summary>
 /// Updates an existing version in an issue tracker. You must supply a name value in the form of a string.
 /// Public and private issue trackers require the caller to authenticate with an account that has appropriate authorisation.
 /// </summary>
 /// <param name="version">The version.</param>
 /// <returns>The response from the BitBucket API.</returns>
 public Version PutVersion(Version version)
 {
     return(_repositoriesEndPoint.PutVersion(version));
 }