Function changeSpaceAutomation

  • Changes the space of an automation by specifying a new space.

    Parameters

    • id: string

      The unique identifier for the automation.

    • body: { spaceId: string }

      an object with the body content

      • spaceId: string

        The unique identifier of the new space.

    • Optionaloptions: ApiCallOptions

    Returns Promise<ChangeSpaceAutomationHttpResponse>

    ChangeSpaceAutomationHttpError