diff --git a/json/ManagementService-v1.json b/json/ManagementService-v1.json index a223d3d..0219428 100644 --- a/json/ManagementService-v1.json +++ b/json/ManagementService-v1.json @@ -16681,14 +16681,14 @@ "additionalProperties" : false, "properties" : { "eventLocalUrls" : { - "description" : "One or more local URLs to send event notifications to when using Terminal API or local integrations.", + "description" : "One or more local URLs to send event notifications to when using Terminal API.", "items" : { "$ref" : "#/components/schemas/Url" }, "type" : "array" }, "eventPublicUrls" : { - "description" : "One or more public URLs to send event notifications to when using Terminal API or local integrations.", + "description" : "One or more public URLs to send event notifications to when using Terminal API.", "items" : { "$ref" : "#/components/schemas/Url" }, diff --git a/json/ManagementService-v3.json b/json/ManagementService-v3.json index 94b756b..3947c00 100644 --- a/json/ManagementService-v3.json +++ b/json/ManagementService-v3.json @@ -17108,14 +17108,14 @@ "additionalProperties" : false, "properties" : { "eventLocalUrls" : { - "description" : "One or more local URLs to send event notifications to when using Terminal API or local integrations.", + "description" : "One or more local URLs to send event notifications to when using Terminal API.", "items" : { "$ref" : "#/components/schemas/Url" }, "type" : "array" }, "eventPublicUrls" : { - "description" : "One or more public URLs to send event notifications to when using Terminal API or local integrations.", + "description" : "One or more public URLs to send event notifications to when using Terminal API.", "items" : { "$ref" : "#/components/schemas/Url" }, diff --git a/yaml/ManagementService-v1.yaml b/yaml/ManagementService-v1.yaml index c54784d..bb59be3 100644 --- a/yaml/ManagementService-v1.yaml +++ b/yaml/ManagementService-v1.yaml @@ -11432,13 +11432,13 @@ components: properties: eventLocalUrls: description: One or more local URLs to send event notifications to when - using Terminal API or local integrations. + using Terminal API. items: $ref: '#/components/schemas/Url' type: array eventPublicUrls: description: One or more public URLs to send event notifications to when - using Terminal API or local integrations. + using Terminal API. items: $ref: '#/components/schemas/Url' type: array diff --git a/yaml/ManagementService-v3.yaml b/yaml/ManagementService-v3.yaml index 8d5953f..6192f1f 100644 --- a/yaml/ManagementService-v3.yaml +++ b/yaml/ManagementService-v3.yaml @@ -11711,13 +11711,13 @@ components: properties: eventLocalUrls: description: One or more local URLs to send event notifications to when - using Terminal API or local integrations. + using Terminal API. items: $ref: '#/components/schemas/Url' type: array eventPublicUrls: description: One or more public URLs to send event notifications to when - using Terminal API or local integrations. + using Terminal API. items: $ref: '#/components/schemas/Url' type: array