Function update

Source
pub async fn update<'a, E>(
    executor: E,
    company_id: i32,
    id: i32,
    data: UpdateParams,
) -> Result<Page>
where E: Executor<'a, Database = Postgres>,
Expand description

Update page text.

ยงErrors

Returns error if there was a problem while updating page text.