UpdateRecipeRequest Class |
[This is preliminary documentation and is subject to change.]
{ "Overwrite": true, "Recipe": { "Name": "RECIPE234324", "Revision": "C", "MimeType": "application/octet-stream", "RecipeData": "//w0" }, "Reason": "NewRevision" }
Namespace: CFX.Production
The UpdateRecipeRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | Overwrite |
If set to true, any existing Recipe at the Endpoint with the same name will be replaced by the Recipe
provided in this request. If set to False, the update request will not succeed if a Recipe with the same
name exists at the Endpoint.
|
![]() | Reason |
The reason for the update
|
![]() | Recipe |
The new Recipe to be sent to the Endpoint.
|