stopDiscovering

@PUT(value = "v1/actions/discover")
abstract suspend fun stopDiscovering(@Body body: DiscoverActionDto): DiscoverActionResponseDto

Stops the process of discovering a planet.

Return

The PlanetDto representing the discovered planet, or null if the discovery was unsuccessful.

Parameters

body

The DiscoverActionDto containing information for stopping the discovery action.