diff --git a/docs/AddDetailsToAlertPayload.md b/docs/AddDetailsToAlertPayload.md index b33103a..e855634 100644 --- a/docs/AddDetailsToAlertPayload.md +++ b/docs/AddDetailsToAlertPayload.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes **user** | **str** | Display name of the request owner | [optional] **note** | **str** | Additional note that will be added while creating the alert | [optional] **source** | **str** | Source field of the alert. Default value is IP address of the incoming request | [optional] -**details** | **dict(str, str)** | Key-value pairs to add as custom property into alert. You can refer here for example values | +**details** | **dict(str, str)** | Key-value pairs to add as custom property into alert. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AddDetailsToAlertPayloadAllOf.md b/docs/AddDetailsToAlertPayloadAllOf.md index 6b99bfe..1fd1a48 100644 --- a/docs/AddDetailsToAlertPayloadAllOf.md +++ b/docs/AddDetailsToAlertPayloadAllOf.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**details** | **dict(str, str)** | Key-value pairs to add as custom property into alert. You can refer here for example values | +**details** | **dict(str, str)** | Key-value pairs to add as custom property into alert. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/opsgenie-oas.json b/opsgenie-oas.json index 8743403..45ddc81 100644 --- a/opsgenie-oas.json +++ b/opsgenie-oas.json @@ -4839,7 +4839,7 @@ "additionalProperties": { "type": "string" }, - "description": "Key-value pairs to add as custom property into alert. You can refer here for example values" + "description": "Key-value pairs to add as custom property into alert." } } } diff --git a/opsgenie-oas.yml b/opsgenie-oas.yml index 8999863..754954f 100644 --- a/opsgenie-oas.yml +++ b/opsgenie-oas.yml @@ -8786,8 +8786,7 @@ components: type: object additionalProperties: type: string - description: Key-value pairs to add as custom property into alert. You - can refer here for example values + description: Key-value pairs to add as custom property into alert. x-opsgenie-domain: alert AlertRequestStatus: type: object diff --git a/opsgenie_sdk/api/alert/add_details_to_alert_payload.py b/opsgenie_sdk/api/alert/add_details_to_alert_payload.py index bf9711d..bbc3a87 100644 --- a/opsgenie_sdk/api/alert/add_details_to_alert_payload.py +++ b/opsgenie_sdk/api/alert/add_details_to_alert_payload.py @@ -135,7 +135,7 @@ def source(self, source): def details(self): """Gets the details of this AddDetailsToAlertPayload. # noqa: E501 - Key-value pairs to add as custom property into alert. You can refer here for example values # noqa: E501 + Key-value pairs to add as custom property into alert. # noqa: E501 :return: The details of this AddDetailsToAlertPayload. # noqa: E501 :rtype: dict(str, str) @@ -146,7 +146,7 @@ def details(self): def details(self, details): """Sets the details of this AddDetailsToAlertPayload. - Key-value pairs to add as custom property into alert. You can refer here for example values # noqa: E501 + Key-value pairs to add as custom property into alert. # noqa: E501 :param details: The details of this AddDetailsToAlertPayload. # noqa: E501 :type: dict(str, str) diff --git a/opsgenie_sdk/api/alert/add_details_to_alert_payload_all_of.py b/opsgenie_sdk/api/alert/add_details_to_alert_payload_all_of.py index f74fd16..7316945 100644 --- a/opsgenie_sdk/api/alert/add_details_to_alert_payload_all_of.py +++ b/opsgenie_sdk/api/alert/add_details_to_alert_payload_all_of.py @@ -51,7 +51,7 @@ def __init__(self, details=None): # noqa: E501 def details(self): """Gets the details of this AddDetailsToAlertPayloadAllOf. # noqa: E501 - Key-value pairs to add as custom property into alert. You can refer here for example values # noqa: E501 + Key-value pairs to add as custom property into alert. # noqa: E501 :return: The details of this AddDetailsToAlertPayloadAllOf. # noqa: E501 :rtype: dict(str, str) @@ -62,7 +62,7 @@ def details(self): def details(self, details): """Sets the details of this AddDetailsToAlertPayloadAllOf. - Key-value pairs to add as custom property into alert. You can refer here for example values # noqa: E501 + Key-value pairs to add as custom property into alert. # noqa: E501 :param details: The details of this AddDetailsToAlertPayloadAllOf. # noqa: E501 :type: dict(str, str)