• Perform AJAX HTTP PATCH request

    Parameters

    • url: string

      URL of the PATCH endpoint

    • body: any

      Body contents of the request

    • Optionaloptions: HttpJsonOptions

      Options to add to the request

    Returns Observable<HashMap<any>>

  • Perform AJAX HTTP PATCH request

    Parameters

    • url: string

      URL of the PATCH endpoint

    • body: any

      Body contents of the request

    • Optionaloptions: HttpTextOptions

      Options to add to the request

    Returns Observable<string>