Skip to content

Fix incorrect qualified_id examples in Unstable spec#400

Closed
hitvardhan-solanki-ai wants to merge 1 commit intomainfrom
hitvardhansinghsolanki/fix-qualified-id-prefix-docs
Closed

Fix incorrect qualified_id examples in Unstable spec#400
hitvardhan-solanki-ai wants to merge 1 commit intomainfrom
hitvardhansinghsolanki/fix-qualified-id-prefix-docs

Conversation

@hitvardhan-solanki-ai
Copy link
Contributor

Why?

The OpenAPI spec for the Unstable API version has incorrect examples for the qualified_id feature on the Reporting Data Export endpoints. This caused a customer to use the wrong attribute format, resulting in API errors.

  • The attribute_ids example showed unqualified IDs (conversation_id) but the API requires qualified format (standard.conversation_id)
  • The qualified_id response example used the wrong prefix (conversation.conversation_id instead of standard.conversation_id)

Related:

How?

Fixed both examples in descriptions/0/api.intercom.io.yaml to use the correct qualified_id format matching the actual API behavior.

Generated with Claude Code

The attribute_ids example showed unqualified IDs (conversation_id) but the
Unstable API requires qualified format. The qualified_id example used the
wrong prefix (conversation.conversation_id instead of standard.conversation_id).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant