You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is with the helpers.post_json() call. Running it returns an error message:
{ 'displayMessage': 'Could not find environments for promotion', 'errors': ['Could not find environments for promotion'] }
Through a web search, and then verified on a real execution, replace line: "environment_id": target_env_id,
with "environment_ids": [target_env_id],
The text was updated successfully, but these errors were encountered:
The error is with the helpers.post_json() call. Running it returns an error message:
{ 'displayMessage': 'Could not find environments for promotion', 'errors': ['Could not find environments for promotion'] }
Through a web search, and then verified on a real execution, replace line:
"environment_id": target_env_id,
with
"environment_ids": [target_env_id],
The text was updated successfully, but these errors were encountered: