PUT
/
v1
/
app
/
issue
/
{issueId}
{
  "id": "<string>",
  "issue_number": 123,
  "description": "<string>",
  "resource_type": "Thread",
  "type": "NoAnswer",
  "state": "NotReviewed",
  "is_read": true,
  "data": {
    "entity": {
      "id": "<string>",
      "name": "<string>",
      "goal": "<string>",
      "default_member_role": "Viewer",
      "default_role_enabled": true,
      "deadline": "<string>",
      "visibility": "Public",
      "member_count": 123,
      "members": [
        {
          "id": "<string>",
          "role": "Viewer",
          "user": {
            "id": "<string>",
            "org_id": "<string>",
            "account_id": "<string>",
            "profile_picture": "<string>",
            "name": "<string>",
            "email": "<string>",
            "job_position_name": "<string>",
            "job_position_description": "<string>",
            "state": "Active",
            "roles": [
              "AppGuest"
            ],
            "created_at": "<string>"
          },
          "is_project_member": true
        }
      ],
      "project_context": "<string>",
      "answer_context": "<string>",
      "is_pinned": true
    }
  },
  "created_at": "<string>",
  "updated_at": "<string>",
  "created_by": {
    "id": "<string>",
    "org_id": "<string>",
    "account_id": "<string>",
    "profile_picture": "<string>",
    "name": "<string>",
    "email": "<string>",
    "job_position_name": "<string>",
    "job_position_description": "<string>",
    "state": "Active",
    "roles": [
      "AppGuest"
    ],
    "created_at": "<string>"
  }
}

Path Parameters

issueId
string
required

The ID of the issue to update

Body

application/json

The details to update the issue with

description
string
type
enum<string>
Available options:
NoAnswer,
Inaccurate,
NoContextUsed,
Format,
Other
is_read
boolean
state
enum<string>
Available options:
NotReviewed,
InReview,
Closed,
Deleted

Response

200 - application/json

The updated issue

id
string
required
issue_number
number
required
resource_type
enum<string>
required
Available options:
Thread
type
enum<string>
required
Available options:
NoAnswer,
Inaccurate,
NoContextUsed,
Format,
Other
state
enum<string>
required
Available options:
NotReviewed,
InReview,
Closed,
Deleted
is_read
boolean
required
data
object
required
created_at
string
required
updated_at
string
required
description
string
created_by
object