Skip to content
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

Sync OpenAPI specification for (spec-v1-synthetics.yaml) #2680

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-01-28 14:57:27.800529",
"spec_repo_commit": "f832f43e"
"regenerated": "2025-01-28 16:08:24.993966",
"spec_repo_commit": "08386490"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-28 14:57:27.815886",
"spec_repo_commit": "f832f43e"
"regenerated": "2025-01-28 16:08:25.009374",
"spec_repo_commit": "08386490"
}
}
}
3 changes: 3 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33371,13 +33371,16 @@ paths:
appKeyAuth: []
- AuthZ:
- synthetics_global_variable_read
- AuthZ:
- apm_api_catalog_read
summary: Get all global variables
tags:
- Synthetics
x-permission:
operator: OR
permissions:
- synthetics_global_variable_read
- apm_api_catalog_read
post:
description: Create a Synthetic global variable.
operationId: CreateGlobalVariable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3352,7 +3352,7 @@ public ApiResponse<SyntheticsListGlobalVariablesResponse> listGlobalVariablesWit
localVarHeaderParams,
new HashMap<String, String>(),
new String[] {"application/json"},
new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"});
new String[] {"AuthZ", "AuthZ", "apiKeyAuth", "appKeyAuth"});
return apiClient.invokeAPI(
"GET",
builder,
Expand Down Expand Up @@ -3389,7 +3389,7 @@ public ApiResponse<SyntheticsListGlobalVariablesResponse> listGlobalVariablesWit
localVarHeaderParams,
new HashMap<String, String>(),
new String[] {"application/json"},
new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"});
new String[] {"AuthZ", "AuthZ", "apiKeyAuth", "appKeyAuth"});
} catch (ApiException ex) {
CompletableFuture<ApiResponse<SyntheticsListGlobalVariablesResponse>> result =
new CompletableFuture<>();
Expand Down
Loading