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
The repos/transfer operation for transferring repositories has a new_owner property in its request body to designate the new owner of the repository:
new_owner:
type: stringdescription: "**Required:** The username or organization name the repository will be transferred to."
As the documentation states, this field is required (which makes sense). However, this is not reflected by the specification, as the request body object doesn’t declare any fields to be required.
Expected
I’d expect the requestBody schema to include
required:
- new_owner
The text was updated successfully, but these errors were encountered:
Schema Inaccuracy
The
repos/transfer
operation for transferring repositories has anew_owner
property in its request body to designate the new owner of the repository:As the documentation states, this field is required (which makes sense). However, this is not reflected by the specification, as the request body object doesn’t declare any fields to be required.
Expected
I’d expect the
requestBody
schema to includeThe text was updated successfully, but these errors were encountered: