Skip to content

Commit 6c4b9a2

Browse files
committed
New endpoints and fixes
1 parent 8961db9 commit 6c4b9a2

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

openapi/openapi.yaml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,10 @@ paths:
797797
type: string
798798
y:
799799
type: number
800+
country:
801+
type:
802+
- string
803+
- 'null'
800804
"400":
801805
description: Bad request
802806

@@ -823,28 +827,28 @@ paths:
823827
countries:
824828
DE: 1
825829
urls:
826-
/gh-pages-api-test/: 1
830+
/x/: 1
827831
referrers: {}
828832
events:
829833
- __type: pageview
830-
sessionId: e5993b0b-5bf3-5a9f-80e6-f8f49a7845f3
834+
sessionId: e5993b0b-5bf3-5a9f-80e6-f8f49a784563
831835
eventName: ""
832836
createdAt: "2025-10-15T17:45:07Z"
833837
browser: safari
834838
os: Mac OS
835839
device: desktop
836840
country: DE
837-
urlPath: /gh-pages-api-test/
841+
urlPath: /x/
838842
referrerDomain: ""
839843
- __type: session
840-
sessionId: e5993b0b-5bf3-5a9f-80e6-f8f49a7845f3
844+
sessionId: e5993b0b-5bf3-5a9f-80e6-fdf49a7845f3
841845
eventName: ""
842846
createdAt: "2025-10-15T17:45:07Z"
843847
browser: safari
844848
os: Mac OS
845849
device: desktop
846850
country: DE
847-
urlPath: /gh-pages-api-test/
851+
urlPath: /x/
848852
referrerDomain: ""
849853
series:
850854
views:
@@ -936,13 +940,6 @@ paths:
936940
type: integer
937941
timestamp:
938942
type: number
939-
940-
941-
942-
943-
944-
945-
946943
"400":
947944
description: Bad request
948945

@@ -2104,7 +2101,7 @@ paths:
21042101
tags:
21052102
- Pixels
21062103
description: TBD
2107-
operationId: getPixels
2104+
operationId: getAllPixels
21082105
responses:
21092106
"200":
21102107
description: Success
@@ -2317,7 +2314,7 @@ paths:
23172314
type: string
23182315
description: TBD
23192316
responses:
2320-
"200":
2317+
200:
23212318
description: Success
23222319
content:
23232320
application/json:
@@ -2329,7 +2326,7 @@ paths:
23292326
ok:
23302327
type: boolean
23312328
description: TBD
2332-
"400":
2329+
400:
23332330
description: Bad request
23342331

23352332
/links:
@@ -2338,7 +2335,7 @@ paths:
23382335
tags:
23392336
- Links
23402337
description: TBD
2341-
operationId: getLinks
2338+
operationId: getAllLinks
23422339
responses:
23432340
"200":
23442341
description: Success
@@ -3895,4 +3892,4 @@ components:
38953892
bearerFormat: JWT
38963893
description: >-
38973894
Bearer token authentication for self-hosted Umami instances.
3898-
Use a JWT token obtained from your authentication endpoint.
3895+
Use a JWT token obtained from your authentication endpoint.

0 commit comments

Comments
 (0)