Skip to content

remove repo permissions #2705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-06 17:59:36.285895",
"spec_repo_commit": "b89b292b"
"regenerated": "2025-02-06 20:41:59.024654",
"spec_repo_commit": "970d122d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-06 17:59:36.301562",
"spec_repo_commit": "b89b292b"
"regenerated": "2025-02-06 20:41:59.039822",
"spec_repo_commit": "970d122d"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ components:
schema:
type: string
ConfluentAccountID:
description: Confluent Account id.
description: Confluent Account ID.
in: path
name: account_id
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public ApiResponse<ConfluentAccountResponse> createConfluentAccountWithHttpInfo(
*
* <p>See {@link #createConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return ConfluentResourceResponse
* @throws ApiException if fails to make API call
Expand All @@ -203,7 +203,7 @@ public ConfluentResourceResponse createConfluentResource(
*
* <p>See {@link #createConfluentResourceWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return CompletableFuture&lt;ConfluentResourceResponse&gt;
*/
Expand All @@ -219,7 +219,7 @@ public CompletableFuture<ConfluentResourceResponse> createConfluentResourceAsync
/**
* Create a Confluent resource for the account associated with the provided ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return ApiResponse&lt;ConfluentResourceResponse&gt;
* @throws ApiException if fails to make API call
Expand Down Expand Up @@ -281,7 +281,7 @@ public ApiResponse<ConfluentResourceResponse> createConfluentResourceWithHttpInf
*
* <p>See {@link #createConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourceResponse&gt;&gt;
*/
Expand Down Expand Up @@ -346,7 +346,7 @@ public ApiResponse<ConfluentResourceResponse> createConfluentResourceWithHttpInf
*
* <p>See {@link #deleteConfluentAccountWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @throws ApiException if fails to make API call
*/
public void deleteConfluentAccount(String accountId) throws ApiException {
Expand All @@ -358,7 +358,7 @@ public void deleteConfluentAccount(String accountId) throws ApiException {
*
* <p>See {@link #deleteConfluentAccountWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return CompletableFuture
*/
public CompletableFuture<Void> deleteConfluentAccountAsync(String accountId) {
Expand All @@ -372,7 +372,7 @@ public CompletableFuture<Void> deleteConfluentAccountAsync(String accountId) {
/**
* Delete a Confluent account with the provided account ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return ApiResponse&lt;Void&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -427,7 +427,7 @@ public ApiResponse<Void> deleteConfluentAccountWithHttpInfo(String accountId)
*
* <p>See {@link #deleteConfluentAccountWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
*/
public CompletableFuture<ApiResponse<Void>> deleteConfluentAccountWithHttpInfoAsync(
Expand Down Expand Up @@ -482,7 +482,7 @@ public CompletableFuture<ApiResponse<Void>> deleteConfluentAccountWithHttpInfoAs
*
* <p>See {@link #deleteConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @throws ApiException if fails to make API call
*/
Expand All @@ -495,7 +495,7 @@ public void deleteConfluentResource(String accountId, String resourceId) throws
*
* <p>See {@link #deleteConfluentResourceWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return CompletableFuture
*/
Expand All @@ -511,7 +511,7 @@ public CompletableFuture<Void> deleteConfluentResourceAsync(String accountId, St
* Delete a Confluent resource with the provided resource id for the account associated with the
* provided account ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return ApiResponse&lt;Void&gt;
* @throws ApiException if fails to make API call
Expand Down Expand Up @@ -575,7 +575,7 @@ public ApiResponse<Void> deleteConfluentResourceWithHttpInfo(String accountId, S
*
* <p>See {@link #deleteConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
*/
Expand Down Expand Up @@ -643,7 +643,7 @@ public CompletableFuture<ApiResponse<Void>> deleteConfluentResourceWithHttpInfoA
*
* <p>See {@link #getConfluentAccountWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return ConfluentAccountResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -656,7 +656,7 @@ public ConfluentAccountResponse getConfluentAccount(String accountId) throws Api
*
* <p>See {@link #getConfluentAccountWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return CompletableFuture&lt;ConfluentAccountResponse&gt;
*/
public CompletableFuture<ConfluentAccountResponse> getConfluentAccountAsync(String accountId) {
Expand All @@ -670,7 +670,7 @@ public CompletableFuture<ConfluentAccountResponse> getConfluentAccountAsync(Stri
/**
* Get the Confluent account with the provided account ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return ApiResponse&lt;ConfluentAccountResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -725,7 +725,7 @@ public ApiResponse<ConfluentAccountResponse> getConfluentAccountWithHttpInfo(Str
*
* <p>See {@link #getConfluentAccountWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentAccountResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<ConfluentAccountResponse>>
Expand Down Expand Up @@ -779,7 +779,7 @@ public ApiResponse<ConfluentAccountResponse> getConfluentAccountWithHttpInfo(Str
*
* <p>See {@link #getConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return ConfluentResourceResponse
* @throws ApiException if fails to make API call
Expand All @@ -794,7 +794,7 @@ public ConfluentResourceResponse getConfluentResource(String accountId, String r
*
* <p>See {@link #getConfluentResourceWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return CompletableFuture&lt;ConfluentResourceResponse&gt;
*/
Expand All @@ -811,7 +811,7 @@ public CompletableFuture<ConfluentResourceResponse> getConfluentResourceAsync(
* Get a Confluent resource with the provided resource id for the account associated with the
* provided account ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return ApiResponse&lt;ConfluentResourceResponse&gt;
* @throws ApiException if fails to make API call
Expand Down Expand Up @@ -875,7 +875,7 @@ public ApiResponse<ConfluentResourceResponse> getConfluentResourceWithHttpInfo(
*
* <p>See {@link #getConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourceResponse&gt;&gt;
*/
Expand Down Expand Up @@ -1055,7 +1055,7 @@ public ApiResponse<ConfluentAccountsResponse> listConfluentAccountWithHttpInfo()
*
* <p>See {@link #listConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return ConfluentResourcesResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -1068,7 +1068,7 @@ public ConfluentResourcesResponse listConfluentResource(String accountId) throws
*
* <p>See {@link #listConfluentResourceWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return CompletableFuture&lt;ConfluentResourcesResponse&gt;
*/
public CompletableFuture<ConfluentResourcesResponse> listConfluentResourceAsync(
Expand All @@ -1083,7 +1083,7 @@ public CompletableFuture<ConfluentResourcesResponse> listConfluentResourceAsync(
/**
* Get a Confluent resource for the account associated with the provided ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return ApiResponse&lt;ConfluentResourcesResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -1138,7 +1138,7 @@ public ApiResponse<ConfluentResourcesResponse> listConfluentResourceWithHttpInfo
*
* <p>See {@link #listConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourcesResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<ConfluentResourcesResponse>>
Expand Down Expand Up @@ -1193,7 +1193,7 @@ public ApiResponse<ConfluentResourcesResponse> listConfluentResourceWithHttpInfo
*
* <p>See {@link #updateConfluentAccountWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return ConfluentAccountResponse
* @throws ApiException if fails to make API call
Expand All @@ -1208,7 +1208,7 @@ public ConfluentAccountResponse updateConfluentAccount(
*
* <p>See {@link #updateConfluentAccountWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return CompletableFuture&lt;ConfluentAccountResponse&gt;
*/
Expand All @@ -1224,7 +1224,7 @@ public CompletableFuture<ConfluentAccountResponse> updateConfluentAccountAsync(
/**
* Update the Confluent account with the provided account ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return ApiResponse&lt;ConfluentAccountResponse&gt;
* @throws ApiException if fails to make API call
Expand Down Expand Up @@ -1286,7 +1286,7 @@ public ApiResponse<ConfluentAccountResponse> updateConfluentAccountWithHttpInfo(
*
* <p>See {@link #updateConfluentAccountWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param body Confluent payload (required)
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentAccountResponse&gt;&gt;
*/
Expand Down Expand Up @@ -1352,7 +1352,7 @@ public ApiResponse<ConfluentAccountResponse> updateConfluentAccountWithHttpInfo(
*
* <p>See {@link #updateConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @param body Confluent payload (required)
* @return ConfluentResourceResponse
Expand All @@ -1368,7 +1368,7 @@ public ConfluentResourceResponse updateConfluentResource(
*
* <p>See {@link #updateConfluentResourceWithHttpInfoAsync}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @param body Confluent payload (required)
* @return CompletableFuture&lt;ConfluentResourceResponse&gt;
Expand All @@ -1386,7 +1386,7 @@ public CompletableFuture<ConfluentResourceResponse> updateConfluentResourceAsync
* Update a Confluent resource with the provided resource id for the account associated with the
* provided account ID.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @param body Confluent payload (required)
* @return ApiResponse&lt;ConfluentResourceResponse&gt;
Expand Down Expand Up @@ -1457,7 +1457,7 @@ public ApiResponse<ConfluentResourceResponse> updateConfluentResourceWithHttpInf
*
* <p>See {@link #updateConfluentResourceWithHttpInfo}.
*
* @param accountId Confluent Account id. (required)
* @param accountId Confluent Account ID. (required)
* @param resourceId Confluent Account Resource ID. (required)
* @param body Confluent payload (required)
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourceResponse&gt;&gt;
Expand Down
Loading