PUT

Let's assume that you want to update a GitHub Gist object. You need to use the following endpoint with the @PUT function:

@PUT("gists/{id}")
fun updateGist(@Path("id") id: String,
@Body
gist: Gist): Call<ResponseBody>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.136.233.153