accepted

Function accepted 

Source
pub fn accepted<T: Serialize>(data: &T) -> ElifResponse
Expand description

Create an accepted response (202) with optional data

Simple equivalent: return response()->json($data, 202)