Confirmed users
1,021
edits
No edit summary |
|||
Line 152: | Line 152: | ||
=== Server API === | === Server API === | ||
[[/ServerAPI|ServerAPI]] has the details of how the ServerAPI works. | |||
Chances are, all you want is to send a new version update. | |||
The simplest way to do that is to call | |||
POST <i>endpoint</i> | |||
version=<i>newversion</i> | |||
Where <i>endpoint</i> is the value that was returned during App's registration. | |||
=== Notes === | === Notes === |