API reference typo and missing parameter (#44586)
- Typo: Double "fleets" --------- Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
co-authored by
Rachael Shaw
parent
cf18865191
commit
b4ea787db9
@@ -306,6 +306,12 @@ Retrieves the user data for the authenticated user.
|
||||
|
||||
`GET /api/v1/fleet/me`
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type | In | Description |
|
||||
| ------------------------- | ------ | ---- | ------------------------------------------------------------------------- |
|
||||
| include_ui_settings | boolean | query | If set to true, includes the columns the user hides on the **Hosts** page (default: `false`). |
|
||||
|
||||
#### Example
|
||||
|
||||
`GET /api/v1/fleet/me`
|
||||
@@ -327,7 +333,7 @@ Retrieves the user data for the authenticated user.
|
||||
"force_password_reset": false,
|
||||
"gravatar_url": "",
|
||||
"sso_enabled": false,
|
||||
"fleets": [],
|
||||
"teams": [],
|
||||
"fleets": []
|
||||
},
|
||||
"available_teams" : [
|
||||
|
||||
Reference in New Issue
Block a user