Skip to content

Commit

Permalink
update path CM route naming
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Dec 7, 2023
1 parent b400e82 commit 7b636a6
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 @@ -6075,7 +6075,7 @@
"x-cli-version": "2.5"
}
},
"/accounts/{account_id}/custom_metadata/labels": {
"/accounts/{account_id}/custom_metadata/properties": {
"get": {
"summary": "List properties",
"description": "List all custom metadata properties for an account.\n\nThis endpoint is only available to accounts with advanced plans or above.\n",
Expand Down Expand Up @@ -6295,7 +6295,7 @@
"x-cli-version": "2.9"
}
},
"/accounts/{account_id}/custom_metadata/labels/{id}": {
"/accounts/{account_id}/custom_metadata/properties/{id}": {
"get": {
"summary": "Get a single property",
"description": "Get details of a single custom property.",
Expand Down
4 changes: 2 additions & 2 deletions paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"$ref": "./paths/styleguides/update.yaml"
delete:
"$ref": "./paths/styleguides/destroy.yaml"
"/accounts/{account_id}/custom_metadata/labels":
"/accounts/{account_id}/custom_metadata/properties":
get:
"$ref": "./paths/custom_metadata_properties/index.yaml"
post:
"$ref": "./paths/custom_metadata_properties/create.yaml"
"/accounts/{account_id}/custom_metadata/labels/{id}":
"/accounts/{account_id}/custom_metadata/properties/{id}":
get:
"$ref": "./paths/custom_metadata_properties/show.yaml"
patch:
Expand Down

0 comments on commit 7b636a6

Please sign in to comment.