PUT

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class PUT(@Language(value = "http-url-reference") val value: String = "")

Make a PUT request

@PUT("putIssue")
suspend fun putIssue(@Body issue: Issue)

Properties

Link copied to clipboard

Relative or absolute URL of the endpoint.