Skip to content

Commit 510b9d8

Browse files
authored
Updated API from documentation release
1 parent 782c63e commit 510b9d8

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

api-specs/checkout/types/applications/ApplicationUpdateActions.raml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
(annotations.package): Application
33
type: object
44
displayName: ApplicationUpdateActions
5-
description: |
6-
Update actions for Applications.
75
properties:
86
version:
97
type: integer

api-specs/checkout/types/payment-integrations/update-actions/PaymentIntegrationUpdateActions.raml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
(annotations.package): PaymentIntegration
33
type: object
44
displayName: PaymentIntegrationUpdateActions
5-
description: |
6-
PaymentIntegrationUpdateActions
75
properties:
86
version:
97
type: integer

api-specs/insights/api.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ types:
831831
put:
832832
securedBy: [oauth_2_0: { scopes: ['manage_project:{projectKey}'] }]
833833
description: |
834-
Create or update a Platform Insights configuration. After you create a Platform Insights configuration, it becomes active in an [eventually consistent](/general-concepts#eventual-consistency) way.
834+
Create or replace a Platform Insights configuration. After you create a Platform Insights configuration, it becomes active in an [eventually consistent](/general-concepts#eventual-consistency) way.
835835
body:
836836
application/json:
837837
type: ProjectConfigurationDraft

0 commit comments

Comments
 (0)