retrofit / retrofit2.http / PATCH

PATCH

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class PATCH

Make a PATCH request.

Constructors

<init>

PATCH(value: String)

Make a PATCH request.

Properties

value

val value: String

A relative or absolute path, or full URL of the endpoint. This value is optional if the first parameter of the method is annotated with @Url.