Skip to content

Release "swagger-v2.1.0"

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 23:41

This release implements the Open API spec – style values. With this implementation,

  • A query parameter can be used multiple times. eg) foo=bar1&foo=bar2&foo=bar3
  • A query parameter can be used only once but accepts comma-delimited multiple values. eg) foo=bar1,bar2,bar3.
  • A query parameter value now accepts enum, with possible list of enum values and default value.