Open
Description
Follow up to WordPress/gutenberg#29043 (comment) /cc @ockham
Schema Inaccuracy
- name: milestone
description: 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.
in: query
required: false
schema:
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 itsnumber
field. If the string*
is passed, issues with any milestone are accepted. If the stringnone
is passed, issues without milestones are returned.
Reproduction Steps
n/a