Update System Place
POST/api/places/UpdateSystemPlace
Tier: Public — stable, supported for third-party integration.
Full-replace update of a system place.
Never triggers a nested-set rebuild — system places are always parented to the tenant root. Extended properties resolve against the system-place template. No events are raised.
Request
Responses
- 200
- 400
- 401
- 403
The updated system place. See Places.PlaceDetailDto.
Unknown id (NotFound, field "Place"), or the same validator family as PlaceController.UpdatePlace(...).
Caller is not authenticated.
Caller does not have Update permission on the Administration module.