stopExploring

@PUT(value = "v1/actions/explore")
abstract suspend fun stopExploring(@Body body: ExploreActionDto): ExploreActionResponseDto

Stops the process of exploring a planet.

Return

The UserDto representing the user after exploration.

Parameters

body

The ExploreActionDto containing information for stopping the exploration action.