Really not sure what you’re referring to…
From: <[email protected]> on behalf of Joao <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, August 18, 2017 at 02:23 To: Swagger <[email protected]> Subject: Escape HTML files in Swagger parameters Hello I would like to remove HTML tags from Swagger parameters (like strip_tags in PHP). Example of Swagger parameters: - name: l_name in: path description: test required: true type: string format: string - name: g_name in: query description: test required: true type: string format: string allowEmptyValue: false How can Escape HTML tags (sent by URL), as Swagger doesn't remove automatically...? Thank you in advance for helping me :) -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
