Commit 8273057
fix: Mark conversation_id as required in message schema
The conversation_id field was missing from the required array in the
message schema, making it appear optional in rendered API docs. This
confused customers into thinking the Create Conversation endpoint might
not always return a conversation ID. Added conversation_id to the
required array across all versions (2.11 already had it).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0bb613c commit 8273057
9 files changed
Lines changed: 9 additions & 0 deletions
File tree
- descriptions
- 0
- 2.10
- 2.12
- 2.13
- 2.14
- 2.15
- 2.7
- 2.8
- 2.9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24664 | 24664 | | |
24665 | 24665 | | |
24666 | 24666 | | |
| 24667 | + | |
24667 | 24668 | | |
24668 | 24669 | | |
24669 | 24670 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15190 | 15190 | | |
15191 | 15191 | | |
15192 | 15192 | | |
| 15193 | + | |
15193 | 15194 | | |
15194 | 15195 | | |
15195 | 15196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16487 | 16487 | | |
16488 | 16488 | | |
16489 | 16489 | | |
| 16490 | + | |
16490 | 16491 | | |
16491 | 16492 | | |
16492 | 16493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18190 | 18190 | | |
18191 | 18191 | | |
18192 | 18192 | | |
| 18193 | + | |
18193 | 18194 | | |
18194 | 18195 | | |
18195 | 18196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20019 | 20019 | | |
20020 | 20020 | | |
20021 | 20021 | | |
| 20022 | + | |
20022 | 20023 | | |
20023 | 20024 | | |
20024 | 20025 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20847 | 20847 | | |
20848 | 20848 | | |
20849 | 20849 | | |
| 20850 | + | |
20850 | 20851 | | |
20851 | 20852 | | |
20852 | 20853 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13106 | 13106 | | |
13107 | 13107 | | |
13108 | 13108 | | |
| 13109 | + | |
13109 | 13110 | | |
13110 | 13111 | | |
13111 | 13112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13131 | 13131 | | |
13132 | 13132 | | |
13133 | 13133 | | |
| 13134 | + | |
13134 | 13135 | | |
13135 | 13136 | | |
13136 | 13137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14483 | 14483 | | |
14484 | 14484 | | |
14485 | 14485 | | |
| 14486 | + | |
14486 | 14487 | | |
14487 | 14488 | | |
14488 | 14489 | | |
| |||
0 commit comments