Groups and Sections
Update Section
Update the name of a section.
This endpoint endpoint let's you update an existing section. Only Group Managers and above can use this endpoint. Business Managers are restricted from accessing this endpoint. For more information about the group system, see the Groups and Sections description.
post/sections/{section_id}
Path parameters
section_idinteger required
Section ID
Request body
Example request
{
"name": "Country"
}Response
OK
Example response
{
"id": 1
}