ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,665
- Points
- 823
Reputation:
Hello,
how i can add multiple prefix with api endpoint? is it possible and how?
And the other problem... with my following code i can create a thread but tags not added/working.
Bash:
This code...
Read more
Continue reading...
how i can add multiple prefix with api endpoint? is it possible and how?
And the other problem... with my following code i can create a thread but tags not added/working.
Bash:
Code:
curl \
-X POST \
-H "Content-type: application/x-www-form-urlencoded" \
-H "XF-Api-User: 3" \
-H "XF-Api-Key: <my-api-token>" \
-d "node_id=1&prefix_id=10&tags=['des','is','a','test']&title=Das ist ein Test via API&message=A E I O U Ä Ö Ü ß + - , ." \
-L "https://www.<my-domain>.tld/api/threads/"
This code...
Read more
Continue reading...