mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Update swagger Short URL examples to include forwardQuery and hasRedirectRules
This commit is contained in:
parent
af569ad7a5
commit
ac2e249746
@ -180,7 +180,9 @@
|
|||||||
},
|
},
|
||||||
"domain": null,
|
"domain": null,
|
||||||
"title": "Welcome to Steam",
|
"title": "Welcome to Steam",
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": true,
|
||||||
|
"hasRedirectRules": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"shortCode": "12Kb3",
|
"shortCode": "12Kb3",
|
||||||
@ -202,7 +204,9 @@
|
|||||||
},
|
},
|
||||||
"domain": null,
|
"domain": null,
|
||||||
"title": null,
|
"title": null,
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": true,
|
||||||
|
"hasRedirectRules": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"shortCode": "123bA",
|
"shortCode": "123bA",
|
||||||
@ -222,7 +226,9 @@
|
|||||||
},
|
},
|
||||||
"domain": "example.com",
|
"domain": "example.com",
|
||||||
"title": null,
|
"title": null,
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": false,
|
||||||
|
"hasRedirectRules": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pagination": {
|
"pagination": {
|
||||||
@ -337,7 +343,9 @@
|
|||||||
},
|
},
|
||||||
"domain": null,
|
"domain": null,
|
||||||
"title": null,
|
"title": null,
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": true,
|
||||||
|
"hasRedirectRules": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -72,7 +72,9 @@
|
|||||||
},
|
},
|
||||||
"domain": null,
|
"domain": null,
|
||||||
"title": null,
|
"title": null,
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": true,
|
||||||
|
"hasRedirectRules": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"text/plain": {
|
"text/plain": {
|
||||||
|
@ -50,7 +50,9 @@
|
|||||||
},
|
},
|
||||||
"domain": null,
|
"domain": null,
|
||||||
"title": null,
|
"title": null,
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": true,
|
||||||
|
"hasRedirectRules": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -163,7 +165,9 @@
|
|||||||
},
|
},
|
||||||
"domain": null,
|
"domain": null,
|
||||||
"title": "Shlink - The URL shortener",
|
"title": "Shlink - The URL shortener",
|
||||||
"crawlable": false
|
"crawlable": false,
|
||||||
|
"forwardQuery": false,
|
||||||
|
"hasRedirectRules": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user