Skip to main content
PATCH
/
issues
/
{issue_id}
/
status
Set issue status
curl --request PATCH \
  --url https://api.example.com/issues/{issue_id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "status": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.uselemma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issue_id
string
required

Issue ID.

Body

application/json
project_id
string
required
status
string
required

Response

204

Issue status updated