Skip to content

Commit

Permalink
change from label to property for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
malvarezphrase authored and anthonyshchang committed Nov 30, 2023
1 parent a559705 commit 5ba9924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions paths/custom_metadata_labels/show.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5ba9924

Please sign in to comment.