Is there any way to specify a revision when creating an API proxy? This is my scenario:
We have two organizations, nonprod and prod. Development is done in the nonprod org in the dev environment. Prod has two environments - stg and prd. What we want to do is to have the revisions in stg and prd match what’s in dev.
Example workflow:
- API proxy is created and developed in nonprod dev.
- API proxy is iterated every time it is updated, i.e. revision 8
- API proxy is promoted to stg environment.
Ideally, the revision promoted to stg is also revision 8, but since it is pushing to a new org, it will be revision 1. Is there a way to preserve that across organizations? Thanks!