diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 26ea47ec2e..4751fe7767 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -4598,15 +4598,16 @@ For example, a policy might ask “Is Gatekeeper enabled on macOS devices?“ Th `GET /api/v1/fleet/global/policies/count` -#### Example - -`GET /api/v1/fleet/global/policies/count` #### Parameters | Name | Type | In | Description | | ------------------ | ------- | ---- | ------------------------------------------------------------------------------------------------------------- | | query | string | query | Search query keywords. Searchable fields include `name`. | +#### Example + +`GET /api/v1/fleet/global/policies/count` + ##### Default response `Status: 200` @@ -4994,15 +4995,15 @@ Team policies work the same as policies, but at the team level. `GET /api/v1/fleet/team/{team_id}/policies/count` -#### Example - -`GET /api/v1/fleet/team/1/policies/count` - #### Parameters | Name | Type | In | Description | | ------------------ | ------- | ---- | ------------------------------------------------------------------------------------------------------------- | | query | string | query | Search query keywords. Searchable fields include `name`. | +#### Example + +`GET /api/v1/fleet/team/1/policies/count` + ##### Default response `Status: 200`