Skip to content

Commit bf86bb4

Browse files
authored
fix: feeds 1117 support restoring soft deleted activities (#224)
🎫 Ticket: https://linear.app/stream/issue/XYZ-123 📑 Docs: https://github.com/GetStream/docs-content/pull/<id> ### 💡 Overview ### 📝 Implementation notes
1 parent e0e2d9e commit bf86bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/feeds-client/src/gen/feeds/FeedsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ export class FeedsApi {
796796
const response = await this.apiClient.sendRequest<
797797
StreamResponse<RestoreActivityResponse>
798798
>(
799-
'PUT',
799+
'POST',
800800
'/api/v2/feeds/activities/{id}/restore',
801801
pathParams,
802802
undefined,

0 commit comments

Comments
 (0)