Home > @dinofe/xt-core > XApisauceInstance > put

# XApisauceInstance.put property

发送PUT请求

Signature:

put: <T, U = T>(url: string, data?: any, axiosConfig?: CustomAxiosRequestConfig) => Promise<XApiResponse<T, U>>;