The PATCH method partially modifies the specified resource.
Indicates whether this HTTP method is idempotent. Idempotent methods can be called multiple times without different outcomes.
Indicates whether this HTTP method is considered safe. Safe methods should not change the state of the server.
Indicates whether the HTTP method typically requires a request body or data.