Funguje v api palcovani? At delam co delam, vraci se mi 404 - Writeup not found.
Koukal jsem, ze z webu se posila id a id_comment namisto id_klub a id_wu, ale tim to neni. Prispevek samozrejme existuje, to samy ID volany z webu palcuje, ale z api ne... Prehlizim neco?
Volam:
curl --location --request POST 'http://www.nyx.cz/api.php' \
--header 'Content-Type: multipart/form-data; boundary=--------------------------949504874427496235609830' \
--form 'auth_nick=*******' \
--form 'auth_token=*****************************' \
--form 'l=discussion' \
--form 'l2=rating_give' \
--form 'id_klub=1786' \
--form 'id_wu=51781434' \
--form 'rating=positive' \
--form 'toggle=1'
Vraci se mi:
{"result":"error","code":"404","error":"Writeup not found","system":{"max_file_size":"10485760","notice_count":"1","premium":"1"}}
Diky.