From cbb1232b7391d06e00e9f1481d258cc4cd56ca12 Mon Sep 17 00:00:00 2001 From: trwnh Date: Sun, 7 Jun 2020 17:55:32 -0500 Subject: [PATCH] fix broken anchors (#773) --- content/en/entities/admin-account.md | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/content/en/entities/admin-account.md b/content/en/entities/admin-account.md index 6cb26e60..b145f13f 100644 --- a/content/en/entities/admin-account.md +++ b/content/en/entities/admin-account.md @@ -14,49 +14,49 @@ menu: ## Attributes -### `id` {#id"> +### `id` {#id} **Description:** The ID of the account in the database.\ **Type:** String \(cast from an integer, but not guaranteed to be a number\)\ **Version history:** Added in 2.9.1 -### `username` {#username"> +### `username` {#username} **Description:** The username of the account.\ **Type:** String\ **Version history:** Added in 2.9.1 -### `domain` {#domain"> +### `domain` {#domain} **Description:** The domain of the account.\ **Type:** String\ **Version history:** Added in 2.9.1 -### `created_at` {#created_at"> +### `created_at` {#created_at} **Description:** When the account was first discovered.\ **Type:** String \(ISO 8601 Datetime\)\ **Version history:** Added in 2.9.1 -### `email` {#email"> +### `email` {#email} **Description:** The email address associated with the account.\ **Type:** String\ **Version history:** Added in 2.9.1 -### `ip` {#ip"> +### `ip` {#ip} **Description:** The IP address last used to login to this account.\ **Type:** String\ **Version history:** Added in 2.9.1 -### `locale` {#locale"> +### `locale` {#locale} **Description:** The locale of the account.\ **Type:** String \(ISO 639 Part 1 two-letter language code\)\ **Version history:** Added in 2.9.1 -### `invite_request` {#invite_request"> +### `invite_request` {#invite_request} **Description:** Invite request text ???\ **Type:** String\ @@ -64,43 +64,43 @@ menu: ## State attributes -### `role` {#role"> +### `role` {#role} **Description:** The current role of the account.\ **Type:** String \(Enumerable oneOf\)\ **Version history:** Added in 2.9.1 -### `confirmed` {#confirmed"> +### `confirmed` {#confirmed} **Description:** Whether the account has confirmed their email address.\ **Type:** Boolean\ **Version history:** Added in 2.9.1 -### `approved` {#approved"> +### `approved` {#approved} **Description:** Whether the account is currently approved.\ **Type:** Boolean\ **Version history:** Added in 2.9.1 -### `disabled` {#disabled"> +### `disabled` {#disabled} **Description:** Whether the account is currently disabled.\ **Type:** Boolean\ **Version history:** Added in 2.9.1 -### `silenced` {#silenced"> +### `silenced` {#silenced} **Description:** Whether the account is currently silenced. **Type:** Boolean\ **Version history:** Added in 2.9.1 -### `suspended` {#suspended"> +### `suspended` {#suspended} **Description:** Whether the account is currently suspended.\ **Type:** Boolean\ **Version history:** Added in 2.9.1 -### `account` {#account"> +### `account` {#account} **Description:** User-level information about the account.\ **Type:** Account\ @@ -108,13 +108,13 @@ menu: ## Nullable attributes -### `created_by_application_id` {#created_by_application_id"> +### `created_by_application_id` {#created_by_application_id} **Description:** The ID of the application that created this account.\ **Type:** String \(cast from an integer, but not guaranteed to be a number\)\ **Version history:** Added in 2.9.1 -### `invited_by_account_id` {#invited_by_account_id"> +### `invited_by_account_id` {#invited_by_account_id} **Description:** The ID of the account that invited this user\ **Type:** String \(cast from an integer, but not guaranteed to be a number\)\