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
In /repos/{owner}/{repo}/issues post body (operationId: issues/create):
requestBody:
required: truecontent:
application/json:
schema:
type: objectproperties:
milestone:
oneOf:
- type: string
- type: integerdescription: 'The `number` of the milestone to associate this issue with. _NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise._'type:
- 'null'
- string
- integer
Schema Inaccuracy
Current 3.1 description installation account schema uses both type and anyof. Should this uses anyof only? (like what 3.0 do)
Expected
The text was updated successfully, but these errors were encountered: