From feeae2ad0cf548ccf4f73fe41331a8e1ac22893c Mon Sep 17 00:00:00 2001 From: Reed Haynes Date: Wed, 17 May 2023 11:09:31 -0500 Subject: [PATCH] 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) --- docs/Using-Fleet/REST-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-Fleet/REST-API.md b/docs/Using-Fleet/REST-API.md index 0199d3b4f9..c3a4f076d1 100644 --- a/docs/Using-Fleet/REST-API.md +++ b/docs/Using-Fleet/REST-API.md @@ -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