Skip to content

Commit

Permalink
Update docs/Contributing/API-for-contributors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw authored Sep 27, 2024
1 parent d7be5d8 commit cf5052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Contributing/API-for-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3377,7 +3377,7 @@ _Available in Fleet Premium._

`POST /api/v1/fleet/software/batch`

This endpoint is asynchronous, meaning it will start a background process to download and apply the software and return a `request_uuid` in the JSON response that can be used to query the status of the batch-apply (using the `GET /api/v1/fleet/software/batch/{request_uuid}` endpoint defined below).
This endpoint is asynchronous, meaning it will start a background process to download and apply the software and return a `request_uuid` in the JSON response that can be used to query the status of the batch-apply (using the `GET /api/v1/fleet/software/batch/:request_uuid` endpoint defined below).

#### Parameters

Expand Down

0 comments on commit cf5052f

Please sign in to comment.