From 194fd252860f1e32105e3c45a46d16413ad64eb4 Mon Sep 17 00:00:00 2001 From: Matias Alvarez Date: Wed, 18 Oct 2023 15:26:53 +0200 Subject: [PATCH] change from label to property for consistency --- doc/compiled.json | 4 ++-- paths/custom_metadata_properties/show.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index 19deb5eb..bec8b70d 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -6180,8 +6180,8 @@ }, "/accounts/{account_id}/custom_metadata/labels/{id}": { "get": { - "summary": "Get a single label", - "description": "Get details of a single custom metadata label.", + "summary": "Get a single property", + "description": "Get details of a single custom property.", "operationId": "custom_metadata_label/show", "tags": [ "Custom Metadata" diff --git a/paths/custom_metadata_properties/show.yaml b/paths/custom_metadata_properties/show.yaml index 288affef..a13057cd 100644 --- a/paths/custom_metadata_properties/show.yaml +++ b/paths/custom_metadata_properties/show.yaml @@ -1,6 +1,6 @@ --- -summary: Get a single label -description: Get details of a single custom metadata label. +summary: Get a single property +description: Get details of a single custom property. operationId: custom_metadata_label/show tags: - Custom Metadata