Example #1
0
 public void Put(int objectId, [FromBody] string text)
 {
     // Binds to quoted string ("sometext") in body
     _graph.UpdatedCommentText(objectId, text);
 }