Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: default value as object in request body #2437

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

AlexVarchuk
Copy link
Collaborator

What/Why/How?

When request body has default value as object we display [object Object].
fixes: #2423

Reference

Tests

Screenshots (optional)

Before
271993133-655283d6-75bb-4401-ae35-fcc0dd405482

After
Screenshot 2023-10-22 at 12 55 14

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

@AlexVarchuk AlexVarchuk self-assigned this Oct 22, 2023
@AlexVarchuk AlexVarchuk requested a review from a team as a code owner October 22, 2023 09:56
@AlexVarchuk AlexVarchuk merged commit b36a6e2 into main Oct 23, 2023
6 checks passed
@AlexVarchuk AlexVarchuk deleted the fix/object-default-value-in-request-body branch October 23, 2023 15:36
ckoegel pushed a commit to Bandwidth/redoc that referenced this pull request Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

default values displayed incorrectly as "[object Object]"
2 participants