From 0350f7b8f3059effb8ad0186968f1cb5f2184dcf Mon Sep 17 00:00:00 2001 From: Drew Mullen Date: Wed, 22 Apr 2026 09:08:22 -0400 Subject: [PATCH] account/details now returns auth-token --- .../terraform-docs-common/docs/cloud-docs/api-docs/account.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/terraform-docs-common/docs/cloud-docs/api-docs/account.mdx b/content/terraform-docs-common/docs/cloud-docs/api-docs/account.mdx index 4adbc6599c..fa9aea43e8 100644 --- a/content/terraform-docs-common/docs/cloud-docs/api-docs/account.mdx +++ b/content/terraform-docs-common/docs/cloud-docs/api-docs/account.mdx @@ -101,6 +101,9 @@ curl \ }, "links": { "self": "/api/v2/users/user-V3R563qtJNcExAkN" + }, + "links": { + "auth-token": "/api/v2/authentication-tokens/at-DSZrTffxFAyp5d8q" } } }