English
cURL
curl --request PUT \ --url https://{base_url}/v1/app/issue/{issueId} \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "type": "NoAnswer", "is_read": true, "state": "NotReviewed" } '
{ "id": "<string>", "issue_number": 123, "resource_type": "Thread", "type": "NoAnswer", "state": "NotReviewed", "is_read": true, "data": { "entity": { "id": "<string>", "name": "<string>", "default_member_role": "Viewer", "default_role_enabled": true, "visibility": "Public", "goal": "<string>", "deadline": "<string>", "member_count": 123, "members": [ { "id": "<string>", "role": "Viewer", "user": { "id": "<string>", "org_id": "<string>", "account_id": "<string>", "name": "<string>", "email": "<string>", "state": "Active", "roles": [ "AppGuest" ], "created_at": "<string>", "profile_picture": "<string>", "job_position_name": "<string>", "job_position_description": "<string>" }, "is_project_member": true } ], "project_context": "<string>", "answer_context": "<string>", "is_pinned": true } }, "created_at": "<string>", "updated_at": "<string>", "description": "<string>", "created_by": { "id": "<string>", "org_id": "<string>", "account_id": "<string>", "name": "<string>", "email": "<string>", "state": "Active", "roles": [ "AppGuest" ], "created_at": "<string>", "profile_picture": "<string>", "job_position_name": "<string>", "job_position_description": "<string>" } }
Update the details of an existing issue.
The ID of the issue to update
The details to update the issue with
NoAnswer
Inaccurate
NoContextUsed
Format
Other
NotReviewed
InReview
Closed
Deleted
The updated issue
Thread
Show child attributes