I would like to modify the response body of one of my endpoint cases because the API has changed. I would prefer not having to send a new request to my API. But when I try to edit the json-response it just says “Cannot edit in read-only editor”. Is there a way to edit the response?
Hi anne
I understand you want to edit the response body in a read-only editor. When dealing with API responses, it’s generally recommended to:
Send a new request to get updated data
If you want to modify the response as some kind of example, you can create a response example in the endpoint, which allows you to make modifications.
We have recorded your requirement and will consider how to better meet your scenario in the future.
Thank you!