Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of the next version, still under development. See the latest release.

Unresolve a pull request review comment

POST
/repos/{owner}/{repo}/pulls/comments/{id}/unresolve
curl --request POST \
--url https://gitea.com/api/v1/repos/example/example/pulls/comments/1/unresolve \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

id
required
integer format: int64

Id of the review comment

APIEmpty is an empty response

APIValidationError is error format response related to input validation

message
string
url
string

APIForbiddenError is a forbidden error response

message
string
url
string

APINotFound is a not found empty response