V1 REST Endpoints

Recipe/Recipes/V1
The operations from the Recipe/Recipes/V1 category.
Create a new recipe with valid recipe JSON
Method: post
Path: /s1-recipe-svc/rest/v1.0/recipes
Delete the latest version of recipe by recipe ID
Method: delete
Path: /s1-recipe-svc/rest/v1.0/recipes/{recipeId}
Download a file using doc ID
Method: get
Path: /s1-recipe-svc/rest/v1.0/recipes/getfilewithdocid/{docID}
Get All recipes
Method: get
Path: /s1-recipe-svc/rest/v1.0/recipes
Get All recipes by recipeId
Method: get
Path: /s1-recipe-svc/rest/v1.0/recipes/{recipeId}
Get recipe by recipe ID and version
Method: get
Path: /s1-recipe-svc/rest/v1.0/recipes/{recipeId}/{versionNo}
Get the latest version of recipe by recipe ID
Method: get
Path: /s1-recipe-svc/rest/v1.0/recipes/{recipeId}/latest
Get the list of recipes for recipe cache
Method: post
Path: /s1-recipe-svc/rest/v1.0/recipes/cache
Update recipe by recipe ID with valid recipe JSON
Method: put
Path: /s1-recipe-svc/rest/v1.0/recipes/{recipeId}
Upload a file
Method: put
Path: /s1-recipe-svc/rest/v1.0/recipes/uploadfile/{objectName}