bugs

Update bug fields

Sparse update for editable MCP bug fields: summary, steps, status, failure_classification, app_file_id, and metadata. Omitted fields stay unchanged. Explicit app_file_id: null clears the current app-build association; non-null app_file_id values must belong to the caller's organization and not be soft-deleted. Writes a bug_status_changes audit row with source = "mcp" only on real status transitions.

patch/v1/bugs/{bug_uuid}

Path parameters

bug_uuidstring required

Headers

x-api-keystring

Request body

summarystring nullable
stepsstring nullable
status'open' | 'in_progress' | 'fixed' | 'wont_fix' nullable
failure_classification'app_bug' | 'setup_issue' nullable

Classifies the issue as an app bug or setup issue.

app_file_idstring uuid nullable

UUID of an uploaded app build in the caller's organization. Explicit null clears the current app-build association.

metadataobject nullable

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.