mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Fix promote/demote user doc (#629)
I believe this is just a copy/paste error from the enable/disable section.
This commit is contained in:
parent
46d957a367
commit
7499f37cda
@ -1691,10 +1691,10 @@ Promotes or demotes the selected user's level of access as an admin in Fleet. Ad
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type | In | Description |
|
||||
| ---- | ------- | ----- | ---------------------------- |
|
||||
| id | integer | path | **Required**. The user's id. |
|
||||
| enabled | boolean | body | **Required**. Whether or not the user can access Fleet. |
|
||||
| Name | Type | In | Description |
|
||||
| ----- | ------- | ----- | ---------------------------- |
|
||||
| id | integer | path | **Required**. The user's id. |
|
||||
| admin | boolean | body | **Required**. Whether or not the user is an admin. |
|
||||
|
||||
#### Example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user