ChangePoiService

interface ChangePoiService

Functions

changePoi
Link copied to clipboard
@PATCH(value = "pois/{poiId}")
abstract fun changePoi(@Path(value = "poiId"poiId: String? = null, @Body body: ChangePoiAPI.Body): Call<POI>