From 34474b2e1dbeb0fe660af38cb44892384b35d99e Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Wed, 30 Aug 2023 17:35:26 -0500 Subject: [PATCH] Docs: Move parameters tables for count policies REST API docs (#13610) Moved "Parameters" section above "Example" for consistent order across the page --- docs/REST API/rest-api.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 26ea47ec2..4751fe776 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`