New version v2.3.6
This commit is contained in:
@@ -410,7 +410,7 @@ class AnytypeMCPService {
|
||||
updated[idx] = line
|
||||
let newMarkdown = updated.joined(separator: "\n")
|
||||
|
||||
let patchResult = try await request(
|
||||
_ = try await request(
|
||||
endpoint: "/v1/spaces/\(spaceId)/objects/\(objectId)",
|
||||
method: "PATCH",
|
||||
body: ["markdown": newMarkdown]
|
||||
|
||||
Reference in New Issue
Block a user