V1 REST Endpoints

Intake/Recipe Configuration/V1
The operations from the Intake/Recipe Configuration/V1 category.
Create a new recipe configuration
Method: post
Path: /s1-intake-svc/rest/v1.0/recipeconfig
Delete a recipe configuration by recipe ID
Method: delete
Path: /s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
Delete a recipe configuration by recipe ID and version
Method: delete
Path: /s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}/{versionnum}
Get a list of all recipe configurations
Method: get
Path: /s1-intake-svc/rest/v1.0/recipeconfig
Get a list of all recipe details
Method: get
Path: /s1-intake-svc/rest/v1.0/recipeconfig/details
Get a recipe configuration by recipe ID
Method: get
Path: /s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
Update a recipe configuration by recipe ID
Method: put
Path: /s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}