@@ -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