Skip to content

Commit b8a15f3

Browse files
compile docs
1 parent db6a710 commit b8a15f3

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

doc/compiled.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6183,15 +6183,6 @@
61836183
},
61846184
{
61856185
"$ref": "#/components/parameters/id"
6186-
},
6187-
{
6188-
"description": "specify the branch to use",
6189-
"example": "my-feature-branch",
6190-
"name": "branch",
6191-
"in": "query",
6192-
"schema": {
6193-
"type": "string"
6194-
}
61956186
}
61966187
],
61976188
"responses": {
@@ -6229,11 +6220,11 @@
62296220
"x-code-samples": [
62306221
{
62316222
"lang": "Curl",
6232-
"source": "curl \"https://api.phrase.com/v2/accounts/:account_id/custom_metadata/labels/:id?branch=my-feature-branch\" \\\n -u USERNAME_OR_ACCESS_TOKEN"
6223+
"source": "curl \"https://api.phrase.com/v2/accounts/:account_id/custom_metadata/labels/:id\" \\\n -u USERNAME_OR_ACCESS_TOKEN"
62336224
},
62346225
{
62356226
"lang": "CLI v2",
6236-
"source": "phrase custom_metadata_labels show \\\n--account_id <account_id> \\\n--id <id> \\\n--branch my-feature-branch \\\n--access_token <token>"
6227+
"source": "phrase custom_metadata_labels show \\\n--account_id <account_id> \\\n--id <id> \\\n--access_token <token>"
62376228
}
62386229
],
62396230
"x-cli-version": "2.9"

0 commit comments

Comments
 (0)