Update a pack
Spaces method and path for this operation:
put /s/{space_id}/api/osquery/packs/{id}
Refer to Spaces for more information.
Update a query pack using the pack ID.
You cannot update a prebuilt pack.
PUT /api/osquery/packs/{id}
curl \ --request PUT 'https://localhost:5601/api/osquery/packs/3c42c847-eb30-4452-80e0-728584042334' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --data '{"name":"updated_my_pack_name"}'