diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 150169cc1ba0..4724b4849948 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -4149,7 +4149,7 @@ A `team_id` of `0` returns the statistics for hosts that are not part of any tea Resends a configuration profile for the specified host. -`POST /api/v1/fleet/hosts/:id/configuration_profiles/resend/:profile_uuid` +`POST /api/v1/fleet/hosts/:id/configuration_profiles/:profile_uuid/resend` #### Parameters @@ -4160,7 +4160,7 @@ Resends a configuration profile for the specified host. #### Example -`POST /api/v1/fleet/hosts/233/configuration_profiles/resend/fc14a20-84a2-42d8-9257-a425f62bb54d` +`POST /api/v1/fleet/hosts/233/configuration_profiles/fc14a20-84a2-42d8-9257-a425f62bb54d/resend` ##### Default response