startDiscovering

@POST(value = "v1/actions/discover")
abstract suspend fun startDiscovering(@Body body: DiscoverActionDto): Response<Unit>

Initiates the process of discovering a new planet.

Parameters

body

The DiscoverActionDto containing information for the discovery action.