Added swagger docs for endpoint do edit domain redirects

This commit is contained in:
Alejandro Celaya
2021-07-25 18:46:48 +02:00
committed by Alejandro Celaya
parent c9ce111643
commit 192308a6a3
3 changed files with 105 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.0.3",
"info": {
"title": "Shlink",
"description": "Shlink, the self-hosted URL shortener",
@@ -102,6 +102,9 @@
"/rest/v{version}/domains": {
"$ref": "paths/v2_domains.json"
},
"/rest/v{version}/domains/redirects": {
"$ref": "paths/v2_domains_redirects.json"
},
"/rest/v{version}/mercure-info": {
"$ref": "paths/v2_mercure-info.json"