Skip to content

remove repo permissions #2046

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:38.553956",
"spec_repo_commit": "b89b292b"
"regenerated": "2025-02-06 20:41:51.647064",
"spec_repo_commit": "970d122d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-06 17:59:38.570636",
"spec_repo_commit": "b89b292b"
"regenerated": "2025-02-06 20:41:51.664145",
"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
16 changes: 8 additions & 8 deletions packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ export interface ConfluentCloudApiCreateConfluentAccountRequest {

export interface ConfluentCloudApiCreateConfluentResourceRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
Expand All @@ -1077,15 +1077,15 @@ export interface ConfluentCloudApiCreateConfluentResourceRequest {

export interface ConfluentCloudApiDeleteConfluentAccountRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
}

export interface ConfluentCloudApiDeleteConfluentResourceRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
Expand All @@ -1098,15 +1098,15 @@ export interface ConfluentCloudApiDeleteConfluentResourceRequest {

export interface ConfluentCloudApiGetConfluentAccountRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
}

export interface ConfluentCloudApiGetConfluentResourceRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
Expand All @@ -1119,15 +1119,15 @@ export interface ConfluentCloudApiGetConfluentResourceRequest {

export interface ConfluentCloudApiListConfluentResourceRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
}

export interface ConfluentCloudApiUpdateConfluentAccountRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
Expand All @@ -1140,7 +1140,7 @@ export interface ConfluentCloudApiUpdateConfluentAccountRequest {

export interface ConfluentCloudApiUpdateConfluentResourceRequest {
/**
* Confluent Account id.
* Confluent Account ID.
* @type string
*/
accountId: string;
Expand Down
Loading