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
- name: milestonedescription: If an `integer` is passed, it should refer to a milestone byits `number` field. If the string `*` is passed, issues with any milestoneare accepted. If the string `none` is passed, issues without milestonesare returned.in: queryrequired: falseschema:
type: string
Expected
The description says that the milestone parameter can also be a number
If an integer is passed, it should refer to a milestone by its number field. If the string * is passed, issues with any milestone are accepted. If the string none is passed, issues without milestones are returned.
Reproduction Steps
n/a
The text was updated successfully, but these errors were encountered:
@gr2m - What this is saying is that the milestone query param can contain a string representation of an integer, e.g., "42". But because it also may have the value * or none its type is string.
Follow up to WordPress/gutenberg#29043 (comment) /cc @ockham
Schema Inaccuracy
Expected
The description says that the
milestone
parameter can also be a numberReproduction Steps
n/a
The text was updated successfully, but these errors were encountered: