Skip to content

Commit 25a404a

Browse files
authored
Updated API from documentation release
1 parent 7404bc7 commit 25a404a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

api-specs/insights/api.raml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ types:
498498
description: |
499499
Date and time (UTC) on which the Platform Insights configuration was last updated.
500500
lastModifiedBy?:
501-
type: ClientLogging
501+
type: LastModifiedBy
502+
(beta): true
502503
description: |
503504
User IDs and references who last modified the Platform Insights configuration.
504505
additionalAttributes?:
@@ -523,9 +524,9 @@ types:
523524
}
524525
description: |
525526
Platform Insights configuration of your Project.
526-
ClientLogging:
527+
LastModifiedBy:
527528
(package): Configuration
528-
displayName: ClientLogging
529+
displayName: LastModifiedBy
529530
type: object
530531
properties:
531532
clientId?:
@@ -556,7 +557,8 @@ types:
556557
description: |
557558
Date and time (UTC) on which the Platform Insights configuration was last updated.
558559
lastModifiedBy?:
559-
type: ClientLogging
560+
type: LastModifiedBy
561+
(beta): true
560562
description: |
561563
User IDs and references who last modified the Platform Insights configuration.
562564
example:

0 commit comments

Comments
 (0)