BigOven · Schema

API2.Controllers.WebAPI.ReviewController.PostReplyReq

Reply request parameters

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Comment string The comment. If mentioning any user(s) (optional), include them as @username in the text body. Do not use @ symbol for anything but mentioning @usernames.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.reviewcontroller.postreplyreq.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.ReviewController.PostReplyReq",
  "description": "Reply request parameters",
  "properties": {
    "Comment": {
      "description": "The comment. If mentioning any user(s) (optional), include them as @username in the text body. Do not use @ symbol for anything but mentioning @usernames.",
      "type": "string"
    }
  },
  "type": "object"
}