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
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
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.
Ho riscontrato lo stesso problema e, dopo alcune ricerche, ho scoperto che:
a) Devi usare una POST
b) La POST deve essere autenticata con un utente autorizzato a contrassegnare una risposta come accettata
c) L’utente di sistema non è autorizzato ad accettare risposte