Skip to content

Commit

Permalink
Merge pull request #907 from acelaya-forks/feature/missing-swagger-info
Browse files Browse the repository at this point in the history
Feature/missing swagger info
  • Loading branch information
acelaya committed Nov 21, 2020
2 parents 4515a83 + ca4c1b0 commit bb6c5de
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* *Nothing*

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* [#904](https://github.com/shlinkio/shlink/issues/904) Explicitly added missing "Domains" and "Integrations" tags to swagger docs.


## [2.4.1] - 2020-11-10
### Added
* *Nothing*
Expand Down
8 changes: 8 additions & 0 deletions docs/swagger/swagger.json
Expand Up @@ -50,6 +50,14 @@
"name": "Visits",
"description": "Operations to manage visits on short URLs"
},
{
"name": "Domains",
"description": "Operations to manage domains used on short URLs"
},
{
"name": "Integrations",
"description": "Handle services with which shlink is integrated"
},
{
"name": "Monitoring",
"description": "Public endpoints designed to monitor the service"
Expand Down

0 comments on commit bb6c5de

Please sign in to comment.