diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 4ca2c270e7..8f4fee4afc 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -23686,7 +23686,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" @@ -23755,7 +23755,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" @@ -63568,6 +63568,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -308551,6 +308554,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 7381fa8a1f..6b85811b93 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -17111,7 +17111,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 @@ -17170,7 +17170,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 @@ -46073,6 +46073,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 @@ -234385,6 +234386,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 4ca2c270e7..8f4fee4afc 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -23686,7 +23686,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" @@ -23755,7 +23755,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" @@ -63568,6 +63568,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -308551,6 +308554,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 7381fa8a1f..6b85811b93 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -17111,7 +17111,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 @@ -17170,7 +17170,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 @@ -46073,6 +46073,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 @@ -234385,6 +234386,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 0f731ca365..0ac8bacb19 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -143957,7 +143957,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" @@ -144169,7 +144169,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" @@ -488610,6 +488610,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index e975843342..2b8a3d936f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -37109,7 +37109,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 @@ -37214,7 +37214,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 @@ -92196,6 +92196,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/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 0f731ca365..0ac8bacb19 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -143957,7 +143957,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" @@ -144169,7 +144169,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" @@ -488610,6 +488610,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index e975843342..2b8a3d936f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -37109,7 +37109,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 @@ -37214,7 +37214,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 @@ -92196,6 +92196,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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 4af0668c25..37e6051596 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -186080,7 +186080,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" @@ -186292,7 +186292,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" @@ -548719,6 +548719,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 155202a873..810aaf4ae6 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -48202,7 +48202,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 @@ -48307,7 +48307,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 @@ -105566,6 +105566,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/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 4af0668c25..37e6051596 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -186080,7 +186080,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" @@ -186292,7 +186292,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" @@ -548719,6 +548719,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 155202a873..810aaf4ae6 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -48202,7 +48202,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 @@ -48307,7 +48307,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 @@ -105566,6 +105566,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index d66b586e13..cb15051c76 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -33302,7 +33302,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" @@ -33371,7 +33371,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" @@ -76946,6 +76946,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -330301,6 +330304,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index a6bf6dedd3..1b6174338a 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -23949,7 +23949,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 @@ -24008,7 +24008,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 @@ -55544,6 +55544,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 @@ -250094,6 +250095,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/ghec/ghec.json b/descriptions/ghec/ghec.json index d66b586e13..cb15051c76 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -33302,7 +33302,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" @@ -33371,7 +33371,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" @@ -76946,6 +76946,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -330301,6 +330304,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index a6bf6dedd3..1b6174338a 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -23949,7 +23949,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 @@ -24008,7 +24008,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 @@ -55544,6 +55544,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 @@ -250094,6 +250095,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 2866363793..5e0d1b85e6 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -118556,7 +118556,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" @@ -118768,7 +118768,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" @@ -400127,6 +400127,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 94097f117a..df77082678 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -32013,7 +32013,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 @@ -32119,7 +32119,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 @@ -81173,6 +81173,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/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json index 2866363793..5e0d1b85e6 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -118556,7 +118556,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" @@ -118768,7 +118768,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" @@ -400127,6 +400127,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/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 94097f117a..df77082678 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -32013,7 +32013,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 @@ -32119,7 +32119,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 @@ -81173,6 +81173,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/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json index 29aa1744c0..a1c4db90a2 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json @@ -21271,7 +21271,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" @@ -21340,7 +21340,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" @@ -56910,6 +56910,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -285350,6 +285353,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/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml index d25abaa6ca..15d8075da8 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -15283,7 +15283,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 @@ -15343,7 +15343,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 @@ -41166,6 +41166,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 @@ -215695,6 +215696,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/ghes-3.14/ghes-3.14.json b/descriptions/ghes-3.14/ghes-3.14.json index 29aa1744c0..a1c4db90a2 100644 --- a/descriptions/ghes-3.14/ghes-3.14.json +++ b/descriptions/ghes-3.14/ghes-3.14.json @@ -21271,7 +21271,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" @@ -21340,7 +21340,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" @@ -56910,6 +56910,9 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" + }, + { + "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -285350,6 +285353,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/ghes-3.14/ghes-3.14.yaml b/descriptions/ghes-3.14/ghes-3.14.yaml index d25abaa6ca..15d8075da8 100644 --- a/descriptions/ghes-3.14/ghes-3.14.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.yaml @@ -15283,7 +15283,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 @@ -15343,7 +15343,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 @@ -41166,6 +41166,7 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}