Skip to main content
Update a framework by its ID. Note: At least one of the following parameters must be specified: title, description, cloud_provider.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
DescriptionThe description of the framework.
Framework IDThe ID of the framework to update.
Organization IDThe ID of the organization.
StatusThe status of the framework.
TitleThe title of the framework.

Example Output

{
	"id": "string",
	"status": "ENABLED",
	"version": "string",
	"revision": "string",
	"title": "string",
	"description": "string",
	"cloud_provider": "string"
}

Workflow Library Example

Update Framework with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop