Skip to content

Commit ad4c883

Browse files
Specify product to fix render of api-field-definitions in LP
1 parent a3d413b commit ad4c883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/dns/dns-record-steps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { Tabs, TabItem, Render } from "~/components";
1919
</TabItem>
2020
<TabItem label="API">
2121
Use the [Create DNS Record API endpoint](/api/operations/dns-records-for-a-zone-create-dns-record).
22-
<Render file="api-field-definitions" />
22+
<Render file="api-field-definitions" product="dns"/>
2323
- If your hosting service has provided an IPv4 address, select **A Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the IPv4 address for the field `content`.
2424
- If your hosting service has provided an IPv6 address, select **AAAA Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the IPv6 address for the field `content`.
2525
- If your hosting service has provided a hostname (or a [fully qualified domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name)), select **CNAME Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the hostname for the field `content`.

0 commit comments

Comments
 (0)