Update a site group
PUT/site-groups/:id
Updates a site group's name, description, or property list.
Validation rules:
- Name changes are blocked (HTTP 409) if the site group is referenced by any sites or onboarding rules
- Property list updates are blocked (HTTP 409) if any unclaimed sites reference this site group
- Property list updates are allowed if all sites referencing this site group are claimed
- Description-only updates are always allowed
Request
Responses
- 200
- 404
- 409
- 500
Site group updated successfully
Not Found
Conflict
Internal Server Error