put(path: string, form = {}, query = {}, headers = {}, timeout: number = 5000): AxiosPromise {
    return this.restClient.put(
      path,
      form,
      this.mergeQueryParams(query),