> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: DNS Propagation # Type: Dns Propagation Object # Link: https://dev.wix.com/docs/api-reference/account-level/domains/dns-propagation/dns-propagation-object.md ## Description: The DNS (Domain Name System) propagation object contains information for a domain. Tracks whether the DNS records are correctly configured and propagated globally. Learn more [about DNS propagation](https://support.wix.com/en/article/about-domain-propagation). ## Schema: ```json Type: Dns Propagation Object | type: DnsPropagation Description: The DNS (Domain Name System) propagation object contains information for a domain. Tracks whether the DNS records are correctly configured and propagated globally. Learn more [about DNS propagation](https://support.wix.com/en/article/about-domain-propagation). - name: id | type: string | description: ID of the DNS propagation. Identical to the domain name, including the [TLD](https://dev.wix.com/docs/api-reference/account-level/domains/dns-propagation/introduction.md#terminology) (top-level domain). - name: domain | type: string | description: Domain name, including the [TLD](https://dev.wix.com/docs/api-reference/account-level/domains/dns-propagation/introduction.md#terminology). Both root domains and subdomains are supported. - name: revision | type: string | description: Revision number, which increments by 1 each time the DNS propagation is updated. Ignored when creating a DNS propagation. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the DNS propagation was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the DNS propagation was updated. - name: status | type: string | description: Current status of the DNS propagation. Can take up to 3 days to complete. enum: SUCCEEDED, FAILED, IN_PROGRESS - name: dnsResolverIncludesWixNs | type: boolean | description: Whether Wix name servers were detected among the domain's name servers. For subdomains, this value matches the root domain's setting. - name: value | type: boolean | description: ```