Update require password reset REST-API.md (#11718)

For #11279.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
This commit is contained in:
Reed Haynes
2023-05-17 11:09:31 -05:00
committed by GitHub
parent a7f02355fd
commit feeae2ad0c
+1 -1
View File
@@ -7338,7 +7338,7 @@ The selected user is logged out of Fleet and required to reset their password du
| Name | Type | In | Description |
| ----- | ------- | ---- | ---------------------------------------------------------------------------------------------- |
| id | integer | path | **Required**. The user's id. |
| reset | boolean | body | Whether or not the user is required to reset their password during the next attempt to log in. |
| require | boolean | body | Whether or not the user is required to reset their password during the next attempt to log in. |
#### Example