Operator guideENdomainssettings

Domains

Operator documentation for domain inventory, domain creation, edit workspace, and activation rules.

Reader view

Clean portal guidance

This page keeps the operator explanation, field and action descriptions, and screenshots visible without exposing repo paths, raw sidecars, or editorial-only implementation details.

Narrative content

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 / List is the inventory and status-control screen.
  • Domains / Form is the create flow for a new domain.
  • Domains / Detail is 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-domains for the list inventory
  • GET /api/admin/get-domain-details for one saved domain
  • POST /api/admin/create-domain for creation
  • PUT /api/admin/update-domain for persisted edits
  • PUT /api/admin/toggle-domain for the list-level active toggle
  • GET /api/admin/get-domain-types for type options

No separate gs-casino-backend ownership was verified for the current Domains surfaces.

Related references

Related pages

pageDomains / Detail

Saved-domain workspace for editing one domain record and its type-specific settings.

pageDomains / Form

Create-domain workflow for a new domain record, including type-specific settings, allowlists, and registration configuration.

pageDomains / List

Domain inventory with create navigation, edit entrypoints, and direct active or disabled toggling from the grid.

pageAffiliate Payment Settings

Operator documentation for the affiliate payment configuration workspace, including payment settings and sending-window tabs.

pageAffiliate Payment Settings / Detail

Saved affiliate payment-setting detail page for reviewing one configured record.

pageAffiliate Payment Settings / Form

Create and edit form for one affiliate payment-setting record, with visible PID targeting, minimum deposit threshold, and active-state control.