server
server copied to clipboard
"Create User Invite" Route
The route documented here seems to be missing. It is likely, that related routes are also missing.
Can you please elaborate more.
Wdym?
Can you please elaborate more.
I think you need to learn how a REST api works @VIRAT9358 If you look at the documentation Flori linked, it has all the info you need to know. It details that you should send a POST request to /users/@me/invites to create invites.
I am new to open source though I know REST API but I find it difficult to understand the codebase. I tried creating a new file as invites and tried writing some code . Please guide me if I am on the right path.