BigOven · Example Payload

Recipe_Post

Recipe

Recipe_Post is an example object payload from BigOven, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathtagssummaryparametersresponse

Example Payload

Raw ↑
{
  "operationId": "Recipe_Post",
  "method": "POST",
  "path": "/recipe",
  "tags": [
    "Recipe"
  ],
  "summary": "Add a new recipe",
  "parameters": [],
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/BigOven.Model.API.Recipe"
    }
  }
}