Create a new recipe with valid recipe JSON

post

/s1-recipe-svc/rest/v1.0/recipes

Creates a new recipe when you provide a valid recipe JSON file. Restricted to the Intake Designer role.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: string
Back to Top

Response

Supported Media Types

201 Response

Success
Body ()
Root Schema : Recipe
Type: object
Show Source

401 Response

Unauthorized User
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

404 Response

Recipe not found
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top