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.