Method: legacyPlaybooks.legacySaveLogVersionOfWorkflowDefinitions

Full name: projects.locations.instances.legacyPlaybooks.legacySaveLogVersionOfWorkflowDefinitions

legacyPlaybooks.legacySaveLogVersionOfWorkflowDefinitions saves log version of workflow definitions.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to save the log version of workflow definitions for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "identifier": string,
  "comment": string
}
Fields
identifier

string

Required. The identifier of the workflow to save the log version of.

comment

string

Required. The comment to save the log version of.

Response body

If successful, the response body contains an instance of ApiWorkflowDefinitionDataModel.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.