Closed kohkimakimoto closed 3 months ago
Name | Link |
---|---|
Latest commit | af9a2eb4583cb0b7f9334d362debb19391c0f52f |
Latest deploy log | https://app.netlify.com/sites/stoplight-elements/deploys/66bcc7833cd3590008e31877 |
Deploy Preview | https://deploy-preview-2632--stoplight-elements.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | af9a2eb4583cb0b7f9334d362debb19391c0f52f |
Latest deploy log | https://app.netlify.com/sites/stoplight-elements-demo/deploys/66bcc783a5b0010008f9942e |
Deploy Preview | https://deploy-preview-2632--stoplight-elements-demo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Elements Default PR Template
In general, make sure you have: (check the boxes to acknowledge you've followed this template)
CONTRIBUTING.md
This PR prevents the “No supported response body returned” message from being displayed when the response body is empty.
In the current implementation, Elements displays the “No supported response body returned” message in the "TryIt" response area when it receives an empty response body from the API server. This message can be misleading because some API servers may intentionally return an empty response body during normal operations.
For example, the "Star a gist" endpoint in the GitHub API:
https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#star-a-gist
Current implementation
Fixed implementation