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
To define a range of response codes, this field MAY contain the uppercase wildcard character X. For example, 2XX represents all response codes between [200-299]. Only the following range definitions are allowed: 1XX, 2XX, 3XX, 4XX, and 5XX.
Right now, the statusCode field is a int|null type, so I cannot define a wildcard.
The text was updated successfully, but these errors were encountered:
See https://spec.openapis.org/oas/v3.0.2#patterned-fields-0
Right now, the statusCode field is a
int|null
type, so I cannot define a wildcard.The text was updated successfully, but these errors were encountered: