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.", d{"code":"deadline_exceeded","msg":"operation timed out"}