UpdateSourceService

interface UpdateSourceService

Functions

updateSource
Link copied to clipboard
@PUT(value = "sources/{sourceId}")
abstract fun updateSource(@Path(value = "sourceId"sourceId: String? = null, @Body body: UpdateSourceAPI.Body): Call<Source>