I have been researching about migrating workflows between environments and looked at various posts, but don't seem to be able to find the answer.
When "POST"ing workflows into a target environment (using api/admin/v1/workflows/ POST), is it possible to post it into a specific target Private Studio?
For example,
- workflowA in UAT sits in PrivateStudioA --> I would like to publish this to the PROD Env as
- workflowA in Prod in PrivateStudioB
Is this possible?
From looking at the Workflows API Endpoint, it seems that the OwnerEmail is used to determine where (Subscription) the workflow is posted in the Target environment.
Is this correct? or have I completely misunderstood?
Many thanks for your help.