paths: # ─── Server Time ────────────────────────────────────────────────────────── "/?ctrl=health-check&api=server-time&ver=v1": get: operationId: getServerTime summary: Get server time description: Returns the current server time in UTC. tags: [serverTime] responses: "200": description: Server time returned directly. content: application/json: schema: $ref: "../components.yaml#/components/schemas/ServerTimeResponse" example: time: "2026-06-12T04:30:00Z" "400": $ref: "../components.yaml#/components/responses/Failure"