Skip to content

expansions to the pull review API #32898

Open
@GamerGirlandCo

Description

@GamerGirlandCo

Feature Description

As of now you can create and delete reviews, but you can't update them (or comments within them) via the API. While you can respond to review comments via the web interface, the API doesn't provide that functionality.

I'd like to see:

  • a PATCH endpoint for reviews
  • a PATCH endpoint for a specific review comment
  • a DELETE endpoint for a specific review comment
  • POST endpoints to mark a file as "viewed" or "unviewed"
  • a GET endpoint to fetch a pull review comment's children apparently there's no concept of parent or child comments
  • a POST endpoint to reply to a pull review comment (see above remark)
  • a POST endpoint to add a new comment to a review

I'd be happy to open a few pull requests to get these implemented :)

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/apiConcerns mainly the APItype/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions