mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Improved API descriptions
This commit is contained in:
parent
d53a3222d0
commit
00e7d57245
@ -10,7 +10,7 @@
|
|||||||
{
|
{
|
||||||
"name": "shortCode",
|
"name": "shortCode",
|
||||||
"in": "path",
|
"in": "path",
|
||||||
"description": "The shortCode in which we want to edit tags.",
|
"description": "The short code for the short URL in which we want to edit tags.",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{
|
{
|
||||||
"name": "shortCode",
|
"name": "shortCode",
|
||||||
"in": "path",
|
"in": "path",
|
||||||
"description": "The shortCode from which we want to get the visits.",
|
"description": "The short code for the short URL from which we want to get the visits.",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user