Make a PUT request
(
path: string,
body?: Record<string, unknown>,
options?: RequestOptions,
)
| 155 | |
| 156 | /** Make a PUT request */ |
| 157 | put<T>( |
| 158 | path: string, |
| 159 | body?: Record<string, unknown>, |
| 160 | options?: RequestOptions, |
no outgoing calls
no test coverage detected