Skip to main content

update_section

Function update_section 

Source
pub async fn update_section(
    client: &ApiClient,
    section_gid: &str,
    request: SectionUpdateRequest,
) -> Result<Section, ApiError>
Expand description

Update a section.

ยงErrors

Returns an error if the API request fails or the response is invalid.