-
**Describe the bug**
It looks like the documentation for the /api/users is missing from swagger, ran a little script to check. Created a list with checkboxes, can be fixed with many small PRs.
```…
-
-
Hey! 👋🏾
I'm Sunkanmi and I'm a Technical Writer looking to contribute to API documentation on Github. I want to know if I can submit a PR for a Swagger documentation for this API and help refine yo…
-
### Describe the bug
## Description
We recently upgraded from TSED version `v7.67.5` to `v7.84.1` and are experiencing a change in the way query parameters are serialized, specifically for nested …
-
## Problem statement
https://goswagger.io/use/spec.html doesn't explain `swagger:enum` usage
-
I am using C# 8 with `Swashbuckle.AspNetCore.Swagger`, `Swashbuckle.AspNetCore.SwaggerGen` & `Swashbuckle.AspNetCore.Annotations` at version `6.5.0`
Using what seems to be appropriate configuration…
-
### Description
> $subject
### Steps to Reproduce
1. Download the OpenAPI spec from SmartSheet API documentation page [1]
2. Run the following command to generate the client
```sh
bal …
-
Created new attribute MVCSWAGFieldSerializationType.
The goal of this feature is to generate better maintainability in the code to manage only one class to be represented in the Swagger documentati…
-
Whilst the wiki does have information and there is a HAL browser, it would be ideal to have the API published in a format such as Swagger. This request has come up a few times on various forums.
I …
-
I am trying to create documentation using `swagger-ui-express` and `swagger-jsdoc` as follows:
```ts
import swaggerJsDoc from 'swagger-jsdoc';
import swaggerUi from 'swagger-ui-express';
const …