Skip to content

Commit 9984ab7

Browse files
github-actions[bot]ceviixx
authored andcommitted
chore: update README endpoint links [automated]
1 parent 87c4a03 commit 9984ab7

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,57 +31,57 @@ This repo maintains an OpenAPI spec that tracks changes in Umami and publishes d
3131

3232
### Endpoints not complete
3333

34-
- GET [/websites/{id}/session-data/properties:](openapi/openapi.yaml#L834):
34+
- GET [/websites/{id}/session-data/properties:](openapi/openapi.yaml#L1178):
3535
- response
3636
- example
3737
- schema
3838

39-
- GET [/websites/{id}/sessions/:session_id/properties:](openapi/openapi.yaml#L981):
39+
- GET [/websites/{id}/sessions/:session_id/properties:](openapi/openapi.yaml#L1325):
4040
- response
4141
- example
4242
- schema
4343

44-
- GET [/websites/{id}/event-data/properties:](openapi/openapi.yaml#L1208):
44+
- GET [/websites/{id}/event-data/properties:](openapi/openapi.yaml#L1552):
4545
- response
4646
- example
4747
- schema
4848

49-
- POST [/reports/retention:](openapi/openapi.yaml#L1521):
49+
- POST [/reports/retention:](openapi/openapi.yaml#L1865):
5050
- response
5151
- example
5252
- schema
5353

54-
- POST [/reports/attribution:](openapi/openapi.yaml#L1576):
54+
- POST [/reports/attribution:](openapi/openapi.yaml#L1920):
5555
- response
5656
- example
5757
- schema
5858

59-
- POST [/reports/revenue:](openapi/openapi.yaml#L1643):
59+
- POST [/reports/revenue:](openapi/openapi.yaml#L1987):
6060
- response
6161
- example
6262
- schema
6363

64-
- POST [/reports/utm:](openapi/openapi.yaml#L1702):
64+
- POST [/reports/utm:](openapi/openapi.yaml#L2046):
6565
- response
6666
- example
6767
- schema
6868

69-
- POST [/pixels:](openapi/openapi.yaml#L1757):
69+
- POST [/pixels:](openapi/openapi.yaml#L2101):
7070
- response
7171
- example
7272
- schema
7373

74-
- POST [/pixels/{id}:](openapi/openapi.yaml#L1860):
74+
- POST [/pixels/{id}:](openapi/openapi.yaml#L2204):
7575
- response
7676
- example
7777
- schema
7878

79-
- POST [/links:](openapi/openapi.yaml#L1991):
79+
- POST [/links:](openapi/openapi.yaml#L2335):
8080
- response
8181
- example
8282
- schema
8383

84-
- POST [/links/{id}:](openapi/openapi.yaml#L2104):
84+
- POST [/links/{id}:](openapi/openapi.yaml#L2448):
8585
- response
8686
- example
8787
- schema
@@ -92,9 +92,9 @@ This repo maintains an OpenAPI spec that tracks changes in Umami and publishes d
9292

9393
### Only endpoint setup but config missing
9494

95-
- POST [/teams/{id}/users/{id}:](openapi/openapi.yaml#L3337):
96-
- DELETE [/teams/{id}/users/{id}:](openapi/openapi.yaml#L3337):
97-
- POST [/teams/join:](openapi/openapi.yaml#L3324):
95+
- POST [/teams/{id}/users/{id}:](openapi/openapi.yaml#L3687):
96+
- DELETE [/teams/{id}/users/{id}:](openapi/openapi.yaml#L3687):
97+
- POST [/teams/join:](openapi/openapi.yaml#L3674):
9898
- DELETE [/websites/{id}/segments/:cohort_id:](openapi/openapi.yaml#L2403):
9999
- POST [/websites/{id}/segments/:cohort_id:](openapi/openapi.yaml#L2403):
100100
- GET [/websites/{id}/segments/:cohort_id:](openapi/openapi.yaml#L2403):

openapi/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,6 +2782,12 @@ paths:
27822782
schema:
27832783
type: string
27842784
description: TBD
2785+
- name: _id
2786+
in: path
2787+
required: true
2788+
schema:
2789+
type: string
2790+
description: TBD
27852791
responses:
27862792
"200":
27872793
description: TBD
@@ -2800,6 +2806,12 @@ paths:
28002806
schema:
28012807
type: string
28022808
description: TBD
2809+
- name: _id
2810+
in: path
2811+
required: true
2812+
schema:
2813+
type: string
2814+
description: TBD
28032815
responses:
28042816
"200":
28052817
description: TBD

0 commit comments

Comments
 (0)