Update a GitHub issue

Updates a GitHub issue's title, state, state_reason, labels, or issue_type. Changes are applied both on GitHub (via the GitHub API) and in the local SeaDB store.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique UUID v4 identifier of the project.

integer
required

The unique identifier of a project connection.

Body Params
integer

The primary key of the GitHub issue record in SeaDB.

string

New title for the GitHub issue.

string

New state (e.g., open, closed).

string

Reason for the state change (e.g., completed, not_planned, reopened).

labels
array of strings

New list of label names to apply.

labels
string

New issue type (e.g., Bug, Feature, Task).

Responses

400

Bad Request

403

Permission denied

404

Project not found or issue not found

409

Conflict with another transaction

429

Too many requests

500

Internal Server Error

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json