async fn update_playground_example(
    pool: Data<PgPool>,
    payload: Json<PlaygroundExample>,
    user: AuthUser
) -> ControllerResult<Json<PlaygroundExample>>
Expand description

PUT /api/v0/main-frontend/playground_examples - Updates existing playground example.