mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Add redirect_url field to track where a visitor is redirected for a visit
This commit is contained in:
@@ -247,6 +247,11 @@
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The originally visited URL that triggered the tracking of this visit"
|
||||
},
|
||||
"redirectUrl": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The URL to which the visitor was redirected"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
|
||||
Reference in New Issue
Block a user