Skip to content

POST /repos/{owner}/{repo}/forks has a never response type #271

@eamodio

Description

@eamodio

It looks like because POST /repos/{owner}/{repo}/forks only has a 202 successful response, and 202 isn't part of the SuccessStatuses, it gets set to never.

See here:

type SuccessStatuses = 200 | 201 | 204;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working as documented, or is being fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions