File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 6183
6183
},
6184
6184
{
6185
6185
"$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
- }
6195
6186
}
6196
6187
],
6197
6188
"responses": {
6229
6220
"x-code-samples": [
6230
6221
{
6231
6222
"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"
6233
6224
},
6234
6225
{
6235
6226
"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>"
6237
6228
}
6238
6229
],
6239
6230
"x-cli-version": "2.9"
You can’t perform that action at this time.
0 commit comments