pull-requests
Edit Pull Request Simple
Edit pull request properties (simple endpoint).
Update the state of a pull request (open, closed, draft, ready_for_review). This endpoint only requires the PR ID, not the repo ID. The requesting user must have write permissions to the repository.
Rate limit: 30 requests per minute.
PATCH
Edit Pull Request Simple
Documentation Index
Fetch the complete documentation index at: https://docs.codegen.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Body
application/json
Input for editing PR properties.
Available options:
open, closed, draft, ready_for_review Previous
Edit Pull RequestEdit pull request properties (RESTful endpoint).
Update the state of a pull request (open, closed, draft, ready_for_review).
This endpoint requires both repo_id and pr_id for RESTful compliance.
The requesting user must have write permissions to the repository.
Rate limit: 30 requests per minute.
Next
Edit Pull Request Simple