UnityTools.IO.UnityAgent.SinglePatch C# (CSharp) Method

SinglePatch() public static method

The PATCH method is used to apply partial modifications to a resource.
public static SinglePatch ( string url ) : UnityAgentRequest
url string The request URL.
return UnityAgentRequest
        public static UnityAgentRequest SinglePatch(string url)
        {
            return new UnityAgent().Patch(url);
        }