Skip to content

Commit 2865f32

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from Notehub commit fb0fe4c
1 parent 5b78f9c commit 2865f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ paths:
24612461
'/v1/projects/{projectOrProductUID}/usage/events':
24622462
get:
24632463
operationId: getProjectEventsUsage
2464-
description: Get events usage for a project with time range and period aggregation
2464+
description: 'Get events usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied'
24652465
parameters:
24662466
- $ref: '#/components/parameters/projectOrProductUIDParam'
24672467
- $ref: '#/components/parameters/startDateParam'
@@ -2493,7 +2493,7 @@ paths:
24932493
'/v1/projects/{projectOrProductUID}/usage/route-logs':
24942494
get:
24952495
operationId: getRouteLogsUsage
2496-
description: Get route logs usage for a project with time range and period aggregation
2496+
description: 'Get route logs usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied'
24972497
parameters:
24982498
- $ref: '#/components/parameters/projectOrProductUIDParam'
24992499
- $ref: '#/components/parameters/startDateParam'
@@ -2525,7 +2525,7 @@ paths:
25252525
'/v1/projects/{projectOrProductUID}/usage/sessions':
25262526
get:
25272527
operationId: getSessionsUsage
2528-
description: Get sessions usage for a project with time range and period aggregation
2528+
description: 'Get sessions usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied'
25292529
parameters:
25302530
- $ref: '#/components/parameters/projectOrProductUIDParam'
25312531
- $ref: '#/components/parameters/startDateParam'

0 commit comments

Comments
 (0)