Skip to content

Update conversation assignee_id fields from null to 0 - #458

Draft
VarshSuresh wants to merge 1 commit into
mainfrom
VarshSuresh/update-conversation-docs-null-to-zero-assignee_ids
Draft

Update conversation assignee_id fields from null to 0#458
VarshSuresh wants to merge 1 commit into
mainfrom
VarshSuresh/update-conversation-docs-null-to-zero-assignee_ids

Conversation

@VarshSuresh

@VarshSuresh VarshSuresh commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Why?

Towards

The API returns 0 (not null) for unassigned admin_assignee_id and team_assignee_id in conversation responses. The docs currently document these fields as nullable: true with descriptions saying "return null", which is inaccurate.

How?

Removes nullable: true from conversation schemas, updates descriptions from "return null" to "return 0", and sets a random subset of response examples to 0 so developers see both assigned and unassigned states. Applied across all versions (@2.7–@2.15 + @Preview). Ticket schemas are untouched.

Generated with Claude Code

Removes nullable: true from conversation schemas, updates descriptions
from "return null" to "return 0", and sets a subset of response examples
to 0 so developers see both assigned and unassigned states. Applied
across all versions (2.7-2.15 + Preview). Ticket schemas are untouched.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@VarshSuresh VarshSuresh self-assigned this Apr 17, 2026
@VarshSuresh
VarshSuresh marked this pull request as ready for review April 17, 2026 14:37
@VarshSuresh
VarshSuresh marked this pull request as draft April 17, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant