diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 8cd7842bd3..b7756be36a 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "7325110192a87b441374bd9829207d0a45d5a632" + "sha": "da33840287fe37f6173edf958b888e02ca2b4110" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index ba4aaffa30..0d1feafc00 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -251831,10 +251831,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghae/schema.json b/src/rest/data/ghae/schema.json index a9fc6507f3..4cc1061cc8 100644 --- a/src/rest/data/ghae/schema.json +++ b/src/rest/data/ghae/schema.json @@ -169185,10 +169185,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 7173eeffe4..269300159b 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -265386,10 +265386,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json index be531a61c5..81ecc359b3 100644 --- a/src/rest/data/ghes-3.10-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json @@ -233673,10 +233673,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghes-3.6/schema.json b/src/rest/data/ghes-3.6/schema.json index 804df285bd..55a1c7175d 100644 --- a/src/rest/data/ghes-3.6/schema.json +++ b/src/rest/data/ghes-3.6/schema.json @@ -215605,10 +215605,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghes-3.7/schema.json b/src/rest/data/ghes-3.7/schema.json index 1a1953bc04..8ae8fbab25 100644 --- a/src/rest/data/ghes-3.7/schema.json +++ b/src/rest/data/ghes-3.7/schema.json @@ -218434,10 +218434,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index b3c13ebaf5..25803dc495 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/schema.json @@ -228471,10 +228471,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/data/ghes-3.9-2022-11-28/schema.json b/src/rest/data/ghes-3.9-2022-11-28/schema.json index 774f4b444a..a68bf76770 100644 --- a/src/rest/data/ghes-3.9-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.9-2022-11-28/schema.json @@ -231160,10 +231160,10 @@ }, { "name": "ref", - "description": "

The name of the fully qualified reference to update. For example, refs/heads/master. If the value doesn't start with refs and have at least two slashes, it will be rejected.

", + "description": "

The name of the reference to update (for example, heads/featureA). Can be a branch name (heads/BRANCH_NAME) or tag name (tags/TAG_NAME). For more information, see \"Git References\" in the Git documentation.

", "in": "path", "required": true, - "example": "refs/head/master", + "example": "heads/featureA", "schema": { "type": "string" }, diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index b6aaa4b018..c5c18a8f81 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -36,5 +36,5 @@ ] } }, - "sha": "7325110192a87b441374bd9829207d0a45d5a632" + "sha": "da33840287fe37f6173edf958b888e02ca2b4110" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index bae6f7458c..6151ea40ff 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "7325110192a87b441374bd9829207d0a45d5a632" + "sha": "da33840287fe37f6173edf958b888e02ca2b4110" } \ No newline at end of file