Updating tabs

This commit is contained in:
Jennifer Travinski
2022-07-14 14:40:53 -04:00
parent e0b784ad21
commit d7eb4f8378
122 changed files with 876 additions and 876 deletions
+6 -6
View File
@@ -7,20 +7,20 @@ weight: 24
The API has its own user interface accessible from a web browser. This is an easy way to see resources, perform actions, and see the equivalent cURL or HTTP request & response. To access it:
{{% tabs %}}
{{% tab "Rancher v2.6.4+" %}}
<Tabs>
<TabItem label="Rancher v2.6.4+">
1. Click on your user avatar in the upper right corner.
1. Click **Account & API Keys**.
1. Under the **API Keys** section, find the **API Endpoint** field and click the link. The link will look something like `https://<RANCHER_FQDN>/v3`, where `<RANCHER_FQDN>` is the fully qualified domain name of your Rancher deployment.
{{% /tab %}}
{{% tab "Rancher before v2.6.4" %}}
</TabItem>
<TabItem label="Rancher before v2.6.4">
Go to the URL endpoint at `https://<RANCHER_FQDN>/v3`, where `<RANCHER_FQDN>` is the fully qualified domain name of your Rancher deployment.
{{% /tab %}}
{{% /tabs %}}
</TabItem>
</Tabs>
## Authentication