Skip to content

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

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
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
@@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-10 11:41:55.216291",
"spec_repo_commit": "7f98e0a9"
"regenerated": "2025-04-10 14:42:08.282236",
"spec_repo_commit": "21e93578"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-10 11:41:55.232985",
"spec_repo_commit": "7f98e0a9"
"regenerated": "2025-04-10 14:42:08.299030",
"spec_repo_commit": "21e93578"
}
}
}
3 changes: 3 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
@@ -33760,13 +33760,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
Original file line number Diff line number Diff line change
@@ -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,
@@ -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<>();