Expand description
.ph/admin/... endpoints
Structs§
- InfoEP
- Retrieves sensitive details (like the crate::servers::Config) from this server.
- InfoReq
- Request type for
InfoEP - Update
ConfigEP - Changes the crate::servers::Config in memory, and restarts the server service. The configuration file remains unchanged, so when the binary restarts, the changes are lost. This endpoint is used for testing, and can also be useful for debugging.
- Update
Config Req
Enums§
- Info
Resp - Response type for
InfoEP - Update
Config Resp - Response type for
UpdateConfigEP