File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ StartDate:
37
37
StartDateRequired :
38
38
in : query
39
39
name : startDate
40
- description : Start date of the period to analyze, in `YYYY-MM-DD` format.
40
+ description : Start date of the period to analyze, in RFC 3339 format.
41
41
required : true
42
42
schema :
43
43
type : string
44
- example : 2022-09-19
44
+ example : 2024-08-30T00:00:00Z
45
45
46
46
EndDate :
47
47
in : query
@@ -54,11 +54,11 @@ EndDate:
54
54
EndDateRequired :
55
55
in : query
56
56
name : endDate
57
- description : End date of the period to analyze, in `YYYY-MM-DD` format.
57
+ description : End date of the period to analyze, in RFC 3339 format.
58
58
required : true
59
59
schema :
60
60
type : string
61
- example : 2023-01-21
61
+ example : 2024-08-30T00:00:00Z
62
62
63
63
ForwardToReplicas :
64
64
in : query
Original file line number Diff line number Diff line change 3
3
summary : Retrieve usage information
4
4
description : |
5
5
Retrieves usage statistics evaluated over a specified period.
6
+ tags :
7
+ - statistics
6
8
parameters :
7
9
- $ref : ' ../common/parameters.yml#/statisticParameter'
8
10
- $ref : ' ../../common/parameters.yml#/StartDateRequired'
Original file line number Diff line number Diff line change 3
3
summary : Retrieve usage information for one index
4
4
description : |
5
5
Retrieves the selected usage statistics for one index.
6
+ tags :
7
+ - statistics
6
8
parameters :
7
9
- $ref : ' ../common/parameters.yml#/statisticParameter'
8
10
- $ref : ' ../../common/parameters.yml#/IndexName'
Original file line number Diff line number Diff line change @@ -42,13 +42,11 @@ components:
42
42
servers :
43
43
- url : ' https://usage.algolia.com'
44
44
description : Base URL of the Usage API.
45
- - url : ' https://usage-dev.algolia.com'
46
- description : Base URL for the development version of the Usage API (Algolia employees only).
47
45
security :
48
46
- appId : []
49
47
apiKey : []
50
48
tags :
51
- - name : usage
49
+ - name : statistics
52
50
x-displayName : Usage statistics
53
51
description : Get various metrics related to the usage of your Algolia applications.
54
52
paths :
You can’t perform that action at this time.
0 commit comments