PATCH

The PATCH method partially modifies the specified resource.

Properties

Link copied to clipboard

Indicates whether this HTTP method is idempotent. Idempotent methods can be called multiple times without different outcomes.

Link copied to clipboard

Indicates whether this HTTP method is considered safe. Safe methods should not change the state of the server.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requiresBody: Boolean = false

Indicates whether the HTTP method typically requires a request body or data.