File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/openai Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
112
112
## Modify thread
113
113
114
114
``` http
115
- POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads{thread_id}?api-version=2024-02-15-preview
115
+ POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/ {thread_id}?api-version=2024-02-15-preview
116
116
```
117
117
118
118
Modifies a thread.
@@ -175,7 +175,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
175
175
## Delete thread
176
176
177
177
``` http
178
- DELETE https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads{thread_id}?api-version=2024-02-15-preview
178
+ DELETE https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/ {thread_id}?api-version=2024-02-15-preview
179
179
```
180
180
181
181
Delete a thread
You can’t perform that action at this time.
0 commit comments