From 5ba992494900cdd290a66be98b3555a6d99cc425 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_labels/show.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index 73d7d3d16..61f696765 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -6166,8 +6166,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_labels/show.yaml b/paths/custom_metadata_labels/show.yaml index 288affef9..a13057cdc 100644 --- a/paths/custom_metadata_labels/show.yaml +++ b/paths/custom_metadata_labels/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