Skip to content

Commit

Permalink
#21795 API design (#22468)
Browse files Browse the repository at this point in the history
For #21795

Updates the URL for the "Resend configuration profile" API endpoint.
(The old URL will be maintained for backwards compatibility.)
  • Loading branch information
rachaelshaw authored Sep 27, 2024
1 parent 131af9e commit 35d9b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 35d9b62

Please sign in to comment.