pub async fn update<'a, E>( executor: E, company_id: i32, id: i32, data: UpdateParams, ) -> Result<Page>where E: Executor<'a, Database = Postgres>,
Update page text.
Returns error if there was a problem while updating page text.