Update a recipe configuration by recipe ID

put

/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}

Updates the existing recipe configuration based on the specific recipe ID. Restricted to the Intake Designer role.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

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

400 Response

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

401 Response

Unauthorized user
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