Skip to content

Main Service API v3.0.1

Main entrypoint of simple task management system Micro Service backend.


healthcheck


GET /healthcheck

Healthcheck

Description

Health Check Endpoint.

Returns: Response: A FastAPI Response indicating the health status.

Response 200 OK

Schema of the response body

service


GET /

Root

Description

Root API endpoint.

Returns: dict: A dictionary with a message key indicating the main service.

Response 200 OK

Schema of the response body