V1 REST Endpoints
Intake/Recipe Configuration/V1
The operations from the Intake/Recipe Configuration/V1 category.
- Create a new recipe configuration
- Method: postPath:
/s1-intake-svc/rest/v1.0/recipeconfig
- Delete a recipe configuration by recipe ID
- Method: deletePath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
- Delete a recipe configuration by recipe ID and version
- Method: deletePath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}/{versionnum}
- Get a list of all recipe configurations
- Method: getPath:
/s1-intake-svc/rest/v1.0/recipeconfig
- Get a list of all recipe details
- Method: getPath:
/s1-intake-svc/rest/v1.0/recipeconfig/details
- Get a recipe configuration by recipe ID
- Method: getPath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
- Update a recipe configuration by recipe ID
- Method: putPath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}