Skip to content

add x-simple-model-name to Opsgenie Integration #679

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-05-27 17:12:16.501759",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-06-02 13:35:46.577216",
"spec_repo_commit": "7df1d7df"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:16.518477",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-06-02 13:35:46.592707",
"spec_repo_commit": "7df1d7df"
}
}
}
12 changes: 12 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26782,6 +26782,7 @@ components:
- opsgenie_api_key
- region
type: object
x-model-simple-name: CreateAttributes
OpsgenieServiceCreateData:
description: Opsgenie service data for a create request.
properties:
Expand All @@ -26793,6 +26794,7 @@ components:
- type
- attributes
type: object
x-model-simple-name: CreateData
OpsgenieServiceCreateRequest:
description: Create request for an Opsgenie service.
properties:
Expand All @@ -26801,6 +26803,7 @@ components:
required:
- data
type: object
x-model-simple-name: CreateRequest
OpsgenieServiceRegionType:
description: The region for the Opsgenie service.
enum:
Expand All @@ -26813,6 +26816,7 @@ components:
- US
- EU
- CUSTOM
x-model-simple-name: RegionType
OpsgenieServiceResponse:
description: Response of an Opsgenie service.
properties:
Expand All @@ -26821,6 +26825,7 @@ components:
required:
- data
type: object
x-model-simple-name: Response
OpsgenieServiceResponseAttributes:
description: The attributes from an Opsgenie service response.
properties:
Expand All @@ -26837,6 +26842,7 @@ components:
region:
$ref: '#/components/schemas/OpsgenieServiceRegionType'
type: object
x-model-simple-name: ResponseAttributes
OpsgenieServiceResponseData:
description: Opsgenie service data from a response.
properties:
Expand All @@ -26855,6 +26861,7 @@ components:
- type
- attributes
type: object
x-model-simple-name: ResponseData
OpsgenieServiceType:
default: opsgenie-service
description: Opsgenie service resource type.
Expand All @@ -26864,6 +26871,7 @@ components:
type: string
x-enum-varnames:
- OPSGENIE_SERVICE
x-model-simple-name: ServiceType
OpsgenieServiceUpdateAttributes:
description: The Opsgenie service attributes for an update request.
properties:
Expand All @@ -26884,6 +26892,7 @@ components:
region:
$ref: '#/components/schemas/OpsgenieServiceRegionType'
type: object
x-model-simple-name: UpdateAttributes
OpsgenieServiceUpdateData:
description: Opsgenie service for an update request.
properties:
Expand All @@ -26902,6 +26911,7 @@ components:
- type
- attributes
type: object
x-model-simple-name: UpdateData
OpsgenieServiceUpdateRequest:
description: Update request for an Opsgenie service.
properties:
Expand All @@ -26910,6 +26920,7 @@ components:
required:
- data
type: object
x-model-simple-name: UpdateRequest
OpsgenieServicesResponse:
description: Response with a list of Opsgenie services.
properties:
Expand All @@ -26934,6 +26945,7 @@ components:
required:
- data
type: object
x-model-simple-name: ServicesResponse
OrderDirection:
description: The sort direction for results.
enum:
Expand Down
Loading