APIによる解決策としてマークしますか?

Hi there,

is it currently possible to mark a solution by api? When doing so with a Global API Key its a 404, with an api key using read/write scopes there is a permission error.

Using the endpoint solution/accept

「いいね!」 1

It should be. How to reverse engineer the Discourse API. If you’re getting a 404, then it’s likely a problem with your API key or how you’re passing it. If you share more information about how you’re trying to do it (actual code or the headers and URL) then someone might be able to help.

「いいね!」 3

私も同じ問題に遭遇し、いくつか調べてみたところ、以下のことがわかりました。

a) POSTを使用する必要があります
b) POSTは、回答を承認できる権限を持つユーザーで認証する必要があります
c) システムユーザーは回答を承認できません