mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed references to short codes where actually short URLs are being managed
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"Short URLs"
|
"Short URLs"
|
||||||
],
|
],
|
||||||
"summary": "List short URLs",
|
"summary": "List short URLs",
|
||||||
"description": "Returns the list of short codes.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
"description": "Returns the list of short URLs.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "page",
|
"name": "page",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"Short URLs"
|
"Short URLs"
|
||||||
],
|
],
|
||||||
"summary": "Parse short code",
|
"summary": "Parse short code",
|
||||||
"description": "Get the long URL behind a short code.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
"description": "Get the long URL behind a short URL's short code.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "shortCode",
|
"name": "shortCode",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"Short URLs"
|
"Short URLs"
|
||||||
],
|
],
|
||||||
"summary": "Edit short code",
|
"summary": "Edit short URL",
|
||||||
"description": "Update certain meta arguments from an existing short URL.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
"description": "Update certain meta arguments from an existing short URL.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"Short URLs"
|
"Short URLs"
|
||||||
],
|
],
|
||||||
"summary": "Delete short code",
|
"summary": "Delete short URL",
|
||||||
"description": "Deletes the short URL for provided short code.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
"description": "Deletes the short URL for provided short code.<br><br>**Important note**: Before shlink v1.13, this endpoint used to use the `/short-codes` path instead of `/short-urls`. Both of them will keep working, while the first one is considered deprecated.",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"204": {
|
"204": {
|
||||||
"description": "The short code has been properly deleted."
|
"description": "The short URL has been properly deleted."
|
||||||
},
|
},
|
||||||
"400": {
|
"400": {
|
||||||
"description": "The visits threshold in shlink does not allow this short URL to be deleted.",
|
"description": "The visits threshold in shlink does not allow this short URL to be deleted.",
|
||||||
|
|||||||
Reference in New Issue
Block a user