From 333313949675a98cc7cf14f25bb8c4ce2acc6853 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 14 Mar 2025 14:31:10 -0500 Subject: [PATCH] Small indentation fix in API docs (#27158) --- docs/REST API/rest-api.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index f349aef6f5..f0ab474eb4 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -6665,23 +6665,23 @@ For example, a policy might ask “Is Gatekeeper enabled on macOS devices?“ Th ```json { "policy": { - "id": 1, - "name": "Gatekeeper enabled", - "query": "SELECT 1 FROM gatekeeper WHERE assessments_enabled = 1;", - "description": "Checks if gatekeeper is enabled on macOS devices", - "critical": false, - "author_id": 42, - "author_name": "John", - "author_email": "john@example.com", - "team_id": null, - "resolution": "Resolution steps", - "platform": "darwin", - "created_at": "2021-12-15T15:23:57Z", - "updated_at": "2021-12-15T15:23:57Z", - "passing_host_count": 2000, - "failing_host_count": 300, - "host_count_updated_at": "2023-12-20T15:23:57Z" - } + "id": 1, + "name": "Gatekeeper enabled", + "query": "SELECT 1 FROM gatekeeper WHERE assessments_enabled = 1;", + "description": "Checks if gatekeeper is enabled on macOS devices", + "critical": false, + "author_id": 42, + "author_name": "John", + "author_email": "john@example.com", + "team_id": null, + "resolution": "Resolution steps", + "platform": "darwin", + "created_at": "2021-12-15T15:23:57Z", + "updated_at": "2021-12-15T15:23:57Z", + "passing_host_count": 2000, + "failing_host_count": 300, + "host_count_updated_at": "2023-12-20T15:23:57Z" + } } ```