diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 97821f3168..4193f14e1e 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -23812,7 +23812,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -23881,7 +23881,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -63869,6 +63869,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -317388,6 +317391,18 @@ "type": "string" } }, + "search-type": { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } + }, "team-id": { "name": "team_id", "description": "The unique identifier of the team.", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 1ba4622567..aba2b199ee 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -17173,7 +17173,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -17232,7 +17232,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -46225,6 +46225,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" + - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -237607,6 +237608,16 @@ components: required: false schema: type: string + search-type: + name: search_type + description: The type of search to perform. Set to `semantic` to perform a semantic + search. + in: query + required: false + schema: + type: string + enum: + - semantic team-id: name: team_id description: The unique identifier of the team. diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 97821f3168..4193f14e1e 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -23812,7 +23812,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -23881,7 +23881,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -63869,6 +63869,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -317388,6 +317391,18 @@ "type": "string" } }, + "search-type": { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } + }, "team-id": { "name": "team_id", "description": "The unique identifier of the team.", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 1ba4622567..aba2b199ee 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -17173,7 +17173,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -17232,7 +17232,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -46225,6 +46225,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" + - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -237607,6 +237608,16 @@ components: required: false schema: type: string + search-type: + name: search_type + description: The type of search to perform. Set to `semantic` to perform a semantic + search. + in: query + required: false + schema: + type: string + enum: + - semantic team-id: name: team_id description: The unique identifier of the team. diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index c5d2fd5b65..1d3cc506ef 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -165432,7 +165432,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -165654,7 +165654,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -575697,6 +575697,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 5fad29f4bd..8f711c8e6c 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -38134,7 +38134,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -38245,7 +38245,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -94295,6 +94295,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index c5d2fd5b65..1d3cc506ef 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -165432,7 +165432,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -165654,7 +165654,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -575697,6 +575697,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 5fad29f4bd..8f711c8e6c 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -38134,7 +38134,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -38245,7 +38245,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -94295,6 +94295,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 5482d22ba3..4777b58fe8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -210586,7 +210586,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -210808,7 +210808,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -640817,6 +640817,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 59b8817512..cb2a797361 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -49362,7 +49362,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -49473,7 +49473,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -107886,6 +107886,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 5482d22ba3..4777b58fe8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -210586,7 +210586,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -210808,7 +210808,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -640817,6 +640817,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 59b8817512..cb2a797361 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -49362,7 +49362,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -49473,7 +49473,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -107886,6 +107886,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 0cd478a0dc..2a8979307f 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -33444,7 +33444,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -33513,7 +33513,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -77301,6 +77301,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -339613,6 +339616,18 @@ "type": "string" } }, + "search-type": { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } + }, "team-id": { "name": "team_id", "description": "The unique identifier of the team.", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 555a84e677..4452daee1d 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -24019,7 +24019,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -24078,7 +24078,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -55723,6 +55723,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" + - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -253552,6 +253553,16 @@ components: required: false schema: type: string + search-type: + name: search_type + description: The type of search to perform. Set to `semantic` to perform a semantic + search. + in: query + required: false + schema: + type: string + enum: + - semantic team-id: name: team_id description: The unique identifier of the team. diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 0cd478a0dc..2a8979307f 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -33444,7 +33444,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -33513,7 +33513,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -77301,6 +77301,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -339613,6 +339616,18 @@ "type": "string" } }, + "search-type": { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } + }, "team-id": { "name": "team_id", "description": "The unique identifier of the team.", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 555a84e677..4452daee1d 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -24019,7 +24019,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -24078,7 +24078,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -55723,6 +55723,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" + - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -253552,6 +253553,16 @@ components: required: false schema: type: string + search-type: + name: search_type + description: The type of search to perform. Set to `semantic` to perform a semantic + search. + in: query + required: false + schema: + type: string + enum: + - semantic team-id: name: team_id description: The unique identifier of the team. diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 81af549bbc..8f3a70c087 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -136309,7 +136309,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -136531,7 +136531,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -471078,6 +471078,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 95d69cb887..70d0817df2 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -32863,7 +32863,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -32975,7 +32975,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -83040,6 +83040,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index 81af549bbc..8f3a70c087 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -136309,7 +136309,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -136531,7 +136531,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -471078,6 +471078,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 95d69cb887..70d0817df2 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -32863,7 +32863,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -32975,7 +32975,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -83040,6 +83040,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json index cd25f98710..2bfc9480c9 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json @@ -21365,7 +21365,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -21434,7 +21434,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -57177,6 +57177,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -293758,6 +293761,18 @@ "type": "string" } }, + "search-type": { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } + }, "gpg-key-id": { "name": "gpg_key_id", "description": "The unique identifier of the GPG key.", diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml index 6d03e64f6e..71a59ce0ed 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -15328,7 +15328,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -15388,7 +15388,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -41300,6 +41300,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" + - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -218920,6 +218921,16 @@ components: required: false schema: type: string + search-type: + name: search_type + description: The type of search to perform. Set to `semantic` to perform a semantic + search. + in: query + required: false + schema: + type: string + enum: + - semantic gpg-key-id: name: gpg_key_id description: The unique identifier of the GPG key. diff --git a/descriptions-next/ghes-3.14/ghes-3.14.json b/descriptions-next/ghes-3.14/ghes-3.14.json index cd25f98710..2bfc9480c9 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.json @@ -21365,7 +21365,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -21434,7 +21434,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -57177,6 +57177,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -293758,6 +293761,18 @@ "type": "string" } }, + "search-type": { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } + }, "gpg-key-id": { "name": "gpg_key_id", "description": "The unique identifier of the GPG key.", diff --git a/descriptions-next/ghes-3.14/ghes-3.14.yaml b/descriptions-next/ghes-3.14/ghes-3.14.yaml index 6d03e64f6e..71a59ce0ed 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.yaml +++ b/descriptions-next/ghes-3.14/ghes-3.14.yaml @@ -15328,7 +15328,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -15388,7 +15388,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -41300,6 +41300,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" + - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -218920,6 +218921,16 @@ components: required: false schema: type: string + search-type: + name: search_type + description: The type of search to perform. Set to `semantic` to perform a semantic + search. + in: query + required: false + schema: + type: string + enum: + - semantic gpg-key-id: name: gpg_key_id description: The unique identifier of the GPG key. diff --git a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json index 424a9f9414..d85e5a222e 100644 --- a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json @@ -140250,7 +140250,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -140472,7 +140472,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -477682,6 +477682,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml index dbe1c20b20..8b829c39e7 100644 --- a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml @@ -34069,7 +34069,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -34181,7 +34181,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -84599,6 +84599,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + in: query + required: false + schema: + type: string + enum: + - semantic responses: '200': description: Response diff --git a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.json b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.json index 424a9f9414..d85e5a222e 100644 --- a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.json +++ b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.json @@ -140250,7 +140250,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/list-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-get-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories" @@ -140472,7 +140472,7 @@ "tags": [ "orgs" ], - "operationId": "orgs/create-or-update-custom-properties-values-for-repos", + "operationId": "orgs/custom-properties-for-repos-create-or-update-organization-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories" @@ -477682,6 +477682,18 @@ "schema": { "type": "string" } + }, + { + "name": "search_type", + "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "semantic" + ] + } } ], "responses": { diff --git a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.yaml b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.yaml index dbe1c20b20..8b829c39e7 100644 --- a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.yaml +++ b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.deref.yaml @@ -34069,7 +34069,7 @@ paths: Organization members can read these properties. tags: - orgs - operationId: orgs/list-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-get-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories @@ -34181,7 +34181,7 @@ paths: - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_values_editor` in the organization. tags: - orgs - operationId: orgs/create-or-update-custom-properties-values-for-repos + operationId: orgs/custom-properties-for-repos-create-or-update-organization-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories @@ -84599,6 +84599,15 @@ paths: required: false schema: type: string + - name: search_type + description: The type of search to perform. Set to `semantic` to perform a + semantic search. + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}