Method: legacyPlaybooks.legacyMoveDefinitionsToCategory

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

legacyPlaybooks.legacyMoveDefinitionsToCategory moves the workflow definitions to a selected category.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to move the definitions to category for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "category": integer,
  "identifiers": [
    string
  ]
}
Fields
category

integer

Required. The category to move the definitions to.

identifiers[]

string

Required. The identifier of the definition to move.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.