The documentation at https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/#tag/ContentSets/operation/createContentFlow incorrectly says for both
environmentId URL parameter and
destEnvironmentId request body form parameter
that they both refer to the destination environment id. Probably the first one is rather specifying the source environment id though which requires a fix in
|
description: Identifier of the destination environment |
.
The documentation at https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/#tag/ContentSets/operation/createContentFlow incorrectly says for both
environmentIdURL parameter anddestEnvironmentIdrequest body form parameterthat they both refer to the destination environment id. Probably the first one is rather specifying the source environment id though which requires a fix in
cloudmanager-api-docs/swagger-specs/api.yaml
Line 4044 in 37bd127