From cb2b3dc00147a018cb9f2fe2ef5c03a5f5e3a0b4 Mon Sep 17 00:00:00 2001 From: Shannon Bradshaw Date: Wed, 18 Aug 2021 20:12:37 +0000 Subject: [PATCH] GitBook: [main] one page modified --- docs/openmetadata-apis/schemas/types/audit-log.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/openmetadata-apis/schemas/types/audit-log.md b/docs/openmetadata-apis/schemas/types/audit-log.md index aed4ad15b70..ca17c2a7af1 100644 --- a/docs/openmetadata-apis/schemas/types/audit-log.md +++ b/docs/openmetadata-apis/schemas/types/audit-log.md @@ -9,7 +9,7 @@ Type: `object` ## Properties * **method** `required` - * HTTP Method used in a call. + * HTTP Method used in a call * Type: `string` * The value is restricted to the following: 1. _"POST"_ @@ -17,21 +17,21 @@ Type: `object` 3. _"PATCH"_ 4. _"DELETE"_ * **responseCode** `required` - * HTTP response code for the api requested. + * HTTP response code for the api requested * Type: `integer` * **path** `required` - * Requested API Path. + * Requested API path * Type: `string` * **userName** `required` - * Name of the user who made the API request. + * Name of the user who made the API request * Type: `string` * **dateTime** - * Date when the API call is made. + * Date when the API call is made * $ref: [basic.json\#/definitions/dateTime](basic.md#types-definitions-in-this-schema) * **entityId** `required` - * Entity Id that was modified by the operation. + * Identifier of Entity that was modified by the operation * $ref: [basic.json\#/definitions/uuid](basic.md#types-definitions-in-this-schema) * **entityType** `required` - * Entity Type that is modified by the operation. + * Type of Entity that is modified by the operation * Type: `string`