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