-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
turn off json request examples, or customize them? URGENT #157
Comments
If you don't use code samples in your documentation you can hide them with css. |
we are using curl and ruby examples so this wont work for us. |
you can add |
Let me know if you need assistance or example |
could you provide an example of where i need to put this?
|
tags:
- Create
parameters:
- name: draft_order
in: body
description: |
draft_order to create.
| `Note`| JSON Request sample in right panel must also include the root draft order element. |
|---|-------------|
schema:
allOf:
- $ref: '#/definitions/customerDraftOrder'
required:
- line_items
example:
draft_orders:
prop1: something
..... |
it works ! thank you. |
Is there a way we can stop the json request examples from outputting. They are incorrect (do not include root object) so people using our API are using these examples and getting 404s.
The text was updated successfully, but these errors were encountered: