FAQ

Why is the request/response body empty even with a schema object present?

Ensure that your schema object includes a defined type. If a type is not specified, the table will display the text <type>. Merely having properties present does not suffice to indicate that the schema is categorized as an object.

For example:

Bad ❌
Good ✅
Copy

How do I reorder Operations?

Operations, such as GET /version and POST /reference, are organized in the precise sequence they appear within the OpenAPI definition. Although we employ tags to categorize these operations for easier navigation, it's crucial to understand that we maintain their original order without any modifications. For instance:

YAML
Copy

You are encouraged to rearrange the operations within your OpenAPI definition to create an optimal and seamless experience for your readers. This flexibility allows you to present the information in a way that enhances understanding and navigation through your API documentation.

Unfortunately, due to limitations in the API editor, reordering operations from the source view has no effect. To achieve the desired reordering, you must make the changes locally in a file and then upload the modified file as an API reference import for the changes to take effect.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated