Fix: Update a Code snippet when request body is updated
Overview
Fixes #1935 Update snippet when request body is updated
Testing Instructions
- Navigate to Applications
- Select 'POST create a new application
- Observe Code snippets tab ( e.g. C#)
- Update request body
- Click on a different Code snippet (e.g. JavaScript)
- Observe updated request body object.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-1945.centralus.azurestaticapps.net
Good stuff! There's a small regression on the request method. It does not change when you click on the samples.
Yikes, I'll have a look at this
Good stuff! There's a small regression on the request method. It does not change when you click on the samples.
Yikes, I'll have a look at this
Hey @Onokaev , I'm unable to reproduce this. Can you confirm if it's still the case?
Good stuff! There's a small regression on the request method. It does not change when you click on the samples.
Yikes, I'll have a look at this
Hey @Onokaev , I'm unable to reproduce this. Can you confirm if it's still the case?
Yes. Try clicking POST or PATCH samples under Applications. The request method does not change
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-1945.centralus.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-1945.centralus.azurestaticapps.net
Upon further research, I noticed the code snippet will update when a user run's the query. Therefore, I am not quite sure if there is a broken experience here







