GetChangeRequest
get change request detail
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
- pull_number
The number of the change request (short ID within the repo).
Header Parameters
- Authorization required
Oauth2 token or private token (needs to start with Bearer plus a space)
- 200
- 403
- 404
- responseBody
success
forbidden
404 not found
- application/json
- Schema
Schema
- id string
Business ID of the change request.
- number integer
The number of the change request (short ID within the repo).
- state string
The status of the change request, enumeration values: open, closed.
- title string
Change request title.
- body string
Description of the change request.
- created_at string
The time the change request was created. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ"
- updated_at string
Change request update time. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ"
- in_reply_to string
The comment business ID of the change request reply.