Improve API docs description for redirectUrl fields

This commit is contained in:
Alejandro Celaya
2024-11-24 14:08:23 +01:00
parent 85065c9330
commit d5544554ef
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@
"redirectUrl": {
"type": "string",
"nullable": true,
"description": "The URL to which the visitor was redirected"
"description": "The URL to which the visitor was redirected, or null if a redirect did not occur, like for 404 requests or pixel tracking"
}
},
"example": {

View File

@@ -28,7 +28,7 @@
},
"redirectUrl": {
"type": ["string", "null"],
"description": "The URL to which the visitor was redirected"
"description": "The URL to which the visitor was redirected, or null if a redirect did not occur, like for 404 requests or pixel tracking"
}
}
}