ZhttpPatch

Sends an HTTP PATCH request to the specified URL with an optional request body and stores the response.

Syntax

ZhttpPatch{url;body?}

Arguments

NameTypeRequiredDefault
urlurlYes-
bodystringNo-

Example

ZhttpPatch{https://api.example.com/users/1;{"active":true}}