On "Launch" Plan and Don't have Branches - can this be right?

Options

I have an API endpoint in production, and my workspace is on the Launch plan. Without branches, I'm trying to figure out how to test some improvements to the endpoint - it seems like any changes I make are immediately pushed to live - can that be right?

If not, how can I test tweaks to my API without turning off the endpoint?

Tagged:

Comments

  • nocodetalks
    nocodetalks Member ✭✭
    Options

    Yeah, its true on Launch plan you can't have api versioning.


    A workaround-

    in the header, pass the apiversion .

    in the function, use if-else on apiversion and do logic based on that.