Page body
What this module is for
Use Domains to manage operational domain records used by the platform. Operators come here to create a new domain, change the stored settings for an existing domain, and activate or disable a domain from the list surface.
Main surfaces
Domains / Listis the inventory and status-control screen.Domains / Formis the create flow for a new domain.Domains / Detailis the edit workspace for one saved domain record.
What operators need to know first
- The list-level active toggle is a dedicated backend mutation. It is not the same thing as opening the edit form and saving the record.
- Domain type matters. Zone domain types unlock additional fields such as registration configuration, allowed countries, and
Send Email From. - Updating a saved domain merges the settings object in the backend instead of blindly replacing the entire settings payload.
Backend verification summary
The first verified backend ownership for this module is in gs-admin-backend:
GET /api/admin/get-domainsfor the list inventoryGET /api/admin/get-domain-detailsfor one saved domainPOST /api/admin/create-domainfor creationPUT /api/admin/update-domainfor persisted editsPUT /api/admin/toggle-domainfor the list-level active toggleGET /api/admin/get-domain-typesfor type options
No separate gs-casino-backend ownership was verified for the current Domains surfaces.