From b8a15f37b760813e78d74a4ce98a143bbfb18098 Mon Sep 17 00:00:00 2001 From: Anthony Chang Date: Thu, 30 Nov 2023 15:31:20 +0100 Subject: [PATCH] compile docs --- doc/compiled.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index 2186383f..6016dcee 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -6183,15 +6183,6 @@ }, { "$ref": "#/components/parameters/id" - }, - { - "description": "specify the branch to use", - "example": "my-feature-branch", - "name": "branch", - "in": "query", - "schema": { - "type": "string" - } } ], "responses": { @@ -6229,11 +6220,11 @@ "x-code-samples": [ { "lang": "Curl", - "source": "curl \"https://api.phrase.com/v2/accounts/:account_id/custom_metadata/labels/:id?branch=my-feature-branch\" \\\n -u USERNAME_OR_ACCESS_TOKEN" + "source": "curl \"https://api.phrase.com/v2/accounts/:account_id/custom_metadata/labels/:id\" \\\n -u USERNAME_OR_ACCESS_TOKEN" }, { "lang": "CLI v2", - "source": "phrase custom_metadata_labels show \\\n--account_id \\\n--id \\\n--branch my-feature-branch \\\n--access_token " + "source": "phrase custom_metadata_labels show \\\n--account_id \\\n--id \\\n--access_token " } ], "x-cli-version": "2.9"