Skip to content

Commit

Permalink
fix: update response objects
Browse files Browse the repository at this point in the history
Signed-off-by: namkyu1999 <[email protected]>
  • Loading branch information
namkyu1999 committed Jan 12, 2025
1 parent a121b20 commit 166fea2
Show file tree
Hide file tree
Showing 9 changed files with 3,642 additions and 121 deletions.
2 changes: 1 addition & 1 deletion chaoscenter/authentication/DOC_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type ErrServerError struct {
After annotating your API and defining your responses, run the following command in your project root to generate the `swagger.yaml` file:

```bash
swag init
swag init --parseDependency true
```

This command scans your project and creates a Swagger specification from your annotations.
Expand Down
Loading

0 comments on commit 166fea2

Please sign in to comment.