From 5051bece43b5aaad4ceadfbc28537e2aa58503d1 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Sun, 4 Jun 2023 08:43:37 -0700 Subject: [PATCH] Update custom-properties.md Fixing confusing JSON payload... --- .../how-to-guides/custom-properties.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/openmetadata-docs/content/v1.1.0-snapshot/how-to-guides/custom-properties.md b/openmetadata-docs/content/v1.1.0-snapshot/how-to-guides/custom-properties.md index 67f77d4bb0c..e250787ba1d 100644 --- a/openmetadata-docs/content/v1.1.0-snapshot/how-to-guides/custom-properties.md +++ b/openmetadata-docs/content/v1.1.0-snapshot/how-to-guides/custom-properties.md @@ -23,21 +23,6 @@ After the API call, you will get a response like this. { "id": "7f0b032f-cdc8-4573-abb0-22165dcd8e07", "name": "table", - "customProperties": [ - { - "name": "tableSize", - "description": "Property for tracking the tableSize.", - "propertyType": { - "id": "7531f881-c37c-4e39-9154-4bdf0802e05e", - "type": "type", - "name": "string", - "fullyQualifiedName": "string", - "description": "\"A String type.\"", - "displayName": "string", - "href": "http://localhost:8585/api/v1/metadata/types/7531f881-c37c-4e39-9154-4bdf0802e05e" - } - } - ] } ```