Segs / Segs.dev

For segs.io config, scripts, themes, and issues
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

[Wiki] Add documentation for AdminRPC methods #56

Open miles200 opened 5 years ago

miles200 commented 5 years ago

Summary

It would be nice to have some documentation on our different RPC services in the Wiki.

Something in the following format would be good (just an example, feel free to tweak)

Service Name

addUser

Input arguments

String - Username String - Password Int - Access_Level (1 - 9)

Will return

String - Result

If the operation was successful you will receive "" (empty string) and the user was created successfully. If the operation was unsuccessful you will receive an error message in String - Result

@Segs/documenters