mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 13:49:03 +03:00
Merge pull request #907 from acelaya-forks/feature/missing-swagger-info
Feature/missing swagger info
This commit is contained in:
commit
bb6c5de697
2 changed files with 25 additions and 0 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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).
|
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
|
## [2.4.1] - 2020-11-10
|
||||||
### Added
|
### Added
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
|
@ -50,6 +50,14 @@
|
||||||
"name": "Visits",
|
"name": "Visits",
|
||||||
"description": "Operations to manage visits on short URLs"
|
"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",
|
"name": "Monitoring",
|
||||||
"description": "Public endpoints designed to monitor the service"
|
"description": "Public endpoints designed to monitor the service"
|
||||||
|
|
Loading…
Reference in a new issue