pull-requests
Edit Pull Request
Edit 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.
PATCH
Edit Pull Request
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
Get Organization Integrations EndpointGet all integration statuses for the given organization.
Returns a comprehensive overview of all integrations configured for the organization,
including:
- OAuth-based integrations (Slack, Linear, Notion, Figma, ClickUp, Jira, Sentry, Monday.com)
- GitHub app installations
- API key-based integrations (CircleCI)
- Database connections (PostgreSQL)
Each integration includes its current status (active/inactive), associated token/installation IDs,
and relevant metadata such as app names, organization names, etc.
Rate limit: 60 requests per 30 seconds.
Next
Edit Pull Request