For the complete documentation index, see llms.txt. This page is also available as Markdown.

3.2.0

This Version introduces new endpoints for dynamically managing the service configuration. Users can now retrieve and update the current configuration without needing to restart the service, which improves flexibility and makes it easier to manage.

Added

  • New GET Endpoint /api/v1/config to obtain the service's current configuration.

  • New POST Endpoint /api/v1/config to update the service configuration without restarting it.

Last updated