You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sending a "source" parameter to a function in a Controller file in Laravel. It produces two different inputs and outputs according to this parameter. I define two different swaggers in this single function but it is not working. For example, when I send "email" as the source to the register function, different entries are made, while when I send "social" as the source, there are different entries. How can I run this in swagger?
L5-Swagger Version: #.#.# (composer show | grep l5-swagger)
PHP Version (php -v):
OS:
Description:
Steps To Reproduce:
The text was updated successfully, but these errors were encountered:
I'm sending a "source" parameter to a function in a Controller file in Laravel. It produces two different inputs and outputs according to this parameter. I define two different swaggers in this single function but it is not working. For example, when I send "email" as the source to the register function, different entries are made, while when I send "social" as the source, there are different entries. How can I run this in swagger?
composer show | grep l5-swagger
)php -v
):Description:
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: