We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f0f0a commit 6c94736Copy full SHA for 6c94736
Sources/ATProtoKit/APIReference/ChatBskyAPI/ChatSendMessage.swift
@@ -48,7 +48,7 @@ extension ATProtoBlueskyChat {
48
do {
49
let request = await APIClientService.createRequest(
50
forRequest: requestURL,
51
- andMethod: .get,
+ andMethod: .post,
52
acceptValue: "application/json",
53
contentTypeValue: "application/json",
54
authorizationValue: "Bearer \(accessToken)",
0 commit comments