Uses of Annotation Interface
com.endurancetrio.app.common.annotation.OpenApiStandardErrors
Packages that use OpenApiStandardErrors
-
Uses of OpenApiStandardErrors in com.endurancetrio.app.tracker.api
Methods in com.endurancetrio.app.tracker.api with annotations of type OpenApiStandardErrorsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<@NonNull EnduranceTrioResponse<RouteDTO>> Creates a new route configuration.org.springframework.http.ResponseEntity<@NonNull EnduranceTrioResponse<List<RouteDTO>>> RouteAPI.findAll()Retrieves all route configurations.org.springframework.http.ResponseEntity<EnduranceTrioResponse<RouteDTO>> Finds a route configuration by its unique identifier.org.springframework.http.ResponseEntity<@NonNull EnduranceTrioResponse<List<DeviceTelemetryDTO>>> DeviceTelemetryAPI.getMostRecentRecordForEachDevice()Gets the most recent telemetry data record for each device present in the database.org.springframework.http.ResponseEntity<EnduranceTrioResponse<RouteMetricsDTO>> RouteAPI.getRouteMetrics(@NonNull Long id) Retrieves the GeoJSON CollectionFeature definition for a specific route.org.springframework.http.ResponseEntity<@NonNull EnduranceTrioResponse<DeviceTelemetryDTO>> DeviceTelemetryAPI.save(DeviceTelemetryDTO deviceTelemetryDTO) Saves the provided telemetry data, using the authenticated user as the owner accountorg.springframework.http.ResponseEntity<@NonNull EnduranceTrioResponse<RouteDTO>> Updates an existing route configuration.