useRestResourceUpdateMutation
useRestResourceUpdateMutation<
TRequest,TResponse,Context>(resource,options?):UseEndpointMutationResult<TRequest,TResponse>
Defined in: wp-typia-rest/src/react-resource.ts:52
Type Parameters
Section titled “Type Parameters”TRequest
Section titled “TRequest”TRequest
TResponse
Section titled “TResponse”TResponse
Context
Section titled “Context”Context = unknown
Parameters
Section titled “Parameters”resource
Section titled “resource”RestResourceWithUpdate<TRequest, TResponse>
options?
Section titled “options?”UseEndpointMutationOptions<TRequest, TResponse, Context> = {}
Returns
Section titled “Returns”UseEndpointMutationResult<TRequest, TResponse>