latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

recipe deployments

Reactivate recipe deployment according to the actual recipe version.

You have to be a member with appropriate permission to access this resource.

  • workspaces.flow.edit permission in the workspace scope allows to delete deployment from workspace
  • global.recipe_deployment.sync permission in the tenant scope allows to sync all recipe deployments in the user tenant
  • global.recipe_deployment.sync permission in the global scope allows to sync all recipe deployments in all tenants
post/recipe-deployments/{recipe_deployment_id}/sync

Path parameters

recipe_deployment_idstring required

Recipe Deployment identifier

Response

Created

Example response

{
  "data": {
    "relationships": {
      "flow": {
        "data": [
          {
            "id": "5b4f337bff4304610483ba67"
          }
        ]
      },
      "recipe_deployment": {
        "data": {
          "id": "5b4f337bff4304610483ba67"
        }
      }
    }
  }
}