Skip to content

Commit

Permalink
add endpoint availability notice
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Jul 13, 2023
1 parent 32e8561 commit b0c7ca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5083,7 +5083,7 @@
"/accounts/{account_id}/custom_metadata/labels": {
"get": {
"summary": "List labels",
"description": "List all custom metadata labels for an account.",
"description": "List all custom metadata labels for an account.\n\nThis endpoint is only available to accounts with advanced plans or above.\n",
"operationId": "custom_metadata_labels/list",
"tags": [
"Custom Metadata"
Expand Down
5 changes: 4 additions & 1 deletion paths/custom_metadata_labels/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
summary: List labels
description: List all custom metadata labels for an account.
description: |
List all custom metadata labels for an account.
This endpoint is only available to accounts with advanced plans or above.
operationId: custom_metadata_labels/list
tags:
- Custom Metadata
Expand Down

0 comments on commit b0c7ca9

Please sign in to comment.