Skip to main content

create_scene

Function create_scene 

Source
pub async fn create_scene(
    __arg0: Path<String>,
    __arg1: State<AppState>,
    __arg2: Json<CreateSceneRequest>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>