mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): add poll ability in external 3ds authorization flow (#4393)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4851da1595
commit
447655382b
@ -6,7 +6,8 @@
|
||||
("poll_id" = String, Path, description = "The identifier for poll")
|
||||
),
|
||||
responses(
|
||||
(status = 200, description = "The poll status was retrieved successfully", body = PollResponse)
|
||||
(status = 200, description = "The poll status was retrieved successfully", body = PollResponse),
|
||||
(status = 404, description = "Poll not found")
|
||||
),
|
||||
tag = "Poll",
|
||||
operation_id = "Retrieve Poll Status",
|
||||
|
||||
Reference in New Issue
Block a user