Skip to content

Commit cfb471e

Browse files
authored
Merge pull request #119928 from hugoabernier/patch-1
Update assistants-reference-threads.md
2 parents 879a0e5 + dbf25b6 commit cfb471e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/assistants-reference-threads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
112112
## Modify thread
113113

114114
```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
116116
```
117117

118118
Modifies a thread.
@@ -175,7 +175,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
175175
## Delete thread
176176

177177
```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
179179
```
180180

181181
Delete a thread

0 commit comments

Comments
 (0)