Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Nov 30, 2023
1 parent 9c0a121 commit a56a258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -6053,9 +6053,9 @@
"x-cli-version": "2.5"
}
},
"/accounts/{account_id}/custom_metadata/labels": {
"/accounts/{account_id}/custom_metadata/properties": {
"get": {
"summary": "List custom metadata properties",
"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",
"operationId": "custom_metadata_properties/list",
"tags": [
Expand Down Expand Up @@ -6124,7 +6124,7 @@
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/custom_metadata_properties"
"$ref": "#/components/schemas/custom_metadata_property"
}
}
}
Expand Down

0 comments on commit a56a258

Please sign in to comment.