/api/v5/campaign_section/{campaign_section_id}put https://percolate.com/api/v5/campaign_section/{campaign_section_id}Update and return a campaign_section.Path Paramscampaign_section_idstringrequiredBody ParamsextobjectThe structure containing section details.ext objectordinalnumber | nullDefault ordering of the task relative to others with the same subject.schema_idstring | nullThe schema defining the type of section. The default system schema will be applied if schema_id is not specified during a POST/PUT request.scope_idlicense_scope_idaccount_scope_idtitlestringThe section title.skip_required_fields_validationbooleanWhether to skip this this section's required fields validation; defaults to False.truetruefalseResponses 200Update and return a campaign_section. 400Bad request 401Unauthorized 403Invalid authorization or resource not found 405Method not allowed 409Conflict 429Rate limit. Response should contain a Retry-After headerUpdated over 2 years ago