Describe the bug
When the field has a value declared as null in an API Reference, the comma sign located immediately after the value is not rendered in the Developer Portal, even though it is present in the OpenAPI documentation.
To Reproduce
Steps to reproduce the behavior:
- Access the documentation for an endpoint on the Developer Portal that contains any null parameter in the response or request body (e.g., Get information about account).
- Check that there are no commas after the values indicated as
null.
- Access the OpenAPI documentation for the endpoint viewed in the Developer Portal.
- Confirm that commas are present after values indicated as
null.
Expected behavior
Comma signs present after fields indicated with a value of null must be rendered correctly in the Developer Portal API Reference.
Screenshots
- API Reference (Developer Portal):
- VS Code screen (OpenAPI code):
Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
Describe the bug
When the field has a value declared as
nullin an API Reference, the comma sign located immediately after the value is not rendered in the Developer Portal, even though it is present in the OpenAPI documentation.To Reproduce
Steps to reproduce the behavior:
null.null.Expected behavior
Comma signs present after fields indicated with a value of
nullmust be rendered correctly in the Developer Portal API Reference.Screenshots
Desktop (please complete the following information):