0xShikYe
Results
2
comments of
0xShikYe
Currently, in 2022, this can be done by below line of code: ``` @OpenAPI({ parameters: [{ name: 'party', description: 'Should be one of [`email`, `wallet`]', in: 'path' }] }) ```
Still waiting..