Skip to content

Add attachment_urls to create_conversation_request schema#410

Open
markdennis22 wants to merge 3 commits intomainfrom
docs/add-attachment-urls-to-create-conversation
Open

Add attachment_urls to create_conversation_request schema#410
markdennis22 wants to merge 3 commits intomainfrom
docs/add-attachment-urls-to-create-conversation

Conversation

@markdennis22
Copy link
Contributor

@markdennis22 markdennis22 commented Mar 19, 2026

Summary

  • Adds the attachment_urls property to the create_conversation_request schema
  • This parameter is already supported by the API but was missing from the spec
  • The backend has no version gate on attachment_urls, so it is documented across all API versions (2.7–2.15)
  • Brings the Create Conversation endpoint to parity with the Reply endpoint, which already documents attachment_urls

Companion PR

Test plan

  • Verify the OpenAPI spec validates correctly
  • Confirm the attachment_urls property appears in generated SDK clients
  • Spot-check YAML placement in a version with created_at (2.11+) and one without (2.7–2.10)

🤖 Generated with Claude Code

markdennis22 and others added 3 commits March 19, 2026 09:55
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The backend has no version gate on attachment_urls, so it should be
documented across all API versions, not just 2.15.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ons/0

Co-Authored-By: Claude Opus 4.6 <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.

2 participants