CreateChangeRequestReply
create change request reply
Path Parameters
- owner required
The owner of the repository, generally called "username". The name is not case sensitive.
- repo required
repository name, the name is not case sensitive
- comment_id required
The business ID of the comment.
Header Parameters
- Authorization required
Oauth2 token or private token (needs to start with Bearer plus a space)
- application/json
Request Body
- body string
reply content
- 201
- 403
- 404
- responseBody
created
No Access
404 not found
- application/json
- Schema
Schema
- id string
The business ID of the reply.
- pull_request_review_id string
The business ID of the comment to which the reply belongs.
- path string
file path corresponding to the comment
- commit_id string
The corresponding commit sha value of the file to be commented, and the corresponding patchset submitted.
- in_reply_to_id string
The business ID of the comment to which the reply belongs.
- body string
The content of the reply.
- line integer
Reply to the line number of the corresponding file.
- created_at string
Creation time. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ"
- updated_at string
Update time. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ"