PATCH

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

Make a PATCH request.

@PATCH("issue")
suspend fun patchIssue(@Body issue: Issue)

Properties

Link copied to clipboard

Relative or absolute URL of the endpoint.