fix broken anchors (#773)

This commit is contained in:
trwnh 2020-06-07 17:55:32 -05:00 committed by GitHub
parent b6e011265d
commit cbb1232b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 17 deletions

View File

@ -14,49 +14,49 @@ menu:
## Attributes ## Attributes
### `id` {#id"></a> ### `id` {#id}
**Description:** The ID of the account in the database.\ **Description:** The ID of the account in the database.\
**Type:** String \(cast from an integer, but not guaranteed to be a number\)\ **Type:** String \(cast from an integer, but not guaranteed to be a number\)\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `username` {#username"></a> ### `username` {#username}
**Description:** The username of the account.\ **Description:** The username of the account.\
**Type:** String\ **Type:** String\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `domain` {#domain"></a> ### `domain` {#domain}
**Description:** The domain of the account.\ **Description:** The domain of the account.\
**Type:** String\ **Type:** String\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `created_at` {#created_at"></a> ### `created_at` {#created_at}
**Description:** When the account was first discovered.\ **Description:** When the account was first discovered.\
**Type:** String \(ISO 8601 Datetime\)\ **Type:** String \(ISO 8601 Datetime\)\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `email` {#email"></a> ### `email` {#email}
**Description:** The email address associated with the account.\ **Description:** The email address associated with the account.\
**Type:** String\ **Type:** String\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `ip` {#ip"></a> ### `ip` {#ip}
**Description:** The IP address last used to login to this account.\ **Description:** The IP address last used to login to this account.\
**Type:** String\ **Type:** String\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `locale` {#locale"></a> ### `locale` {#locale}
**Description:** The locale of the account.\ **Description:** The locale of the account.\
**Type:** String \(ISO 639 Part 1 two-letter language code\)\ **Type:** String \(ISO 639 Part 1 two-letter language code\)\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `invite_request` {#invite_request"></a> ### `invite_request` {#invite_request}
**Description:** Invite request text ???\ **Description:** Invite request text ???\
**Type:** String\ **Type:** String\
@ -64,43 +64,43 @@ menu:
## State attributes ## State attributes
### `role` {#role"></a> ### `role` {#role}
**Description:** The current role of the account.\ **Description:** The current role of the account.\
**Type:** String \(Enumerable oneOf\)\ **Type:** String \(Enumerable oneOf\)\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `confirmed` {#confirmed"></a> ### `confirmed` {#confirmed}
**Description:** Whether the account has confirmed their email address.\ **Description:** Whether the account has confirmed their email address.\
**Type:** Boolean\ **Type:** Boolean\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `approved` {#approved"></a> ### `approved` {#approved}
**Description:** Whether the account is currently approved.\ **Description:** Whether the account is currently approved.\
**Type:** Boolean\ **Type:** Boolean\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `disabled` {#disabled"></a> ### `disabled` {#disabled}
**Description:** Whether the account is currently disabled.\ **Description:** Whether the account is currently disabled.\
**Type:** Boolean\ **Type:** Boolean\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `silenced` {#silenced"></a> ### `silenced` {#silenced}
**Description:** Whether the account is currently silenced. **Description:** Whether the account is currently silenced.
**Type:** Boolean\ **Type:** Boolean\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `suspended` {#suspended"></a> ### `suspended` {#suspended}
**Description:** Whether the account is currently suspended.\ **Description:** Whether the account is currently suspended.\
**Type:** Boolean\ **Type:** Boolean\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `account` {#account"></a> ### `account` {#account}
**Description:** User-level information about the account.\ **Description:** User-level information about the account.\
**Type:** Account\ **Type:** Account\
@ -108,13 +108,13 @@ menu:
## Nullable attributes ## Nullable attributes
### `created_by_application_id` {#created_by_application_id"></a> ### `created_by_application_id` {#created_by_application_id}
**Description:** The ID of the application that created this account.\ **Description:** The ID of the application that created this account.\
**Type:** String \(cast from an integer, but not guaranteed to be a number\)\ **Type:** String \(cast from an integer, but not guaranteed to be a number\)\
**Version history:** Added in 2.9.1 **Version history:** Added in 2.9.1
### `invited_by_account_id` {#invited_by_account_id"></a> ### `invited_by_account_id` {#invited_by_account_id}
**Description:** The ID of the account that invited this user\ **Description:** The ID of the account that invited this user\
**Type:** String \(cast from an integer, but not guaranteed to be a number\)\ **Type:** String \(cast from an integer, but not guaranteed to be a number\)\