We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I define the operation's parameters when there is no root key?
I'm trying to create a request for an endpoint which accepts the following request body:
[ {"Text":"I would really like to drive your car around the block a few times."} ]
The text was updated successfully, but these errors were encountered:
Copy the jsonLocation class. You can remove the 'root key' from the jsonData variable. Be sure to set the location to your new class.
Sorry, something went wrong.
No branches or pull requests
How can I define the operation's parameters when there is no root key?
I'm trying to create a request for an endpoint which accepts the following request body:
The text was updated successfully, but these errors were encountered: