edit
fun <R : Any> ApiAction<R>.edit(block: ApiRequestBuilder.() -> Unit): ApiAction<R>
Content copied to clipboard
Modifies current ApiRequestBuilder with the block.
Return
Parameters
block
The function applied to ApiRequestBuilder.
Modifies current ApiRequestBuilder with the block.
The function applied to ApiRequestBuilder.