Esempio n. 1
0
 public ActionResult Put(string path, string name)
 {
     // This save just allows the user to change a tag name
     tags.Rename(oldName: path, newName: name);
     return(new HttpStatusCodeResult(HttpStatusCode.OK));
 }