Skip to content

Commit 23488c9

Browse files
authored
docs: align UnifiedEvent id field (#953)
1 parent f8477e6 commit 23488c9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/api-doc-config.generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_generated": "Auto-generated by extract-jsdoc.js on 2026-06-08T09:58:54.515Z. Do not edit manually.",
2+
"_generated": "Auto-generated by extract-jsdoc.js on 2026-06-08T10:51:09.860Z. Do not edit manually.",
33
"methods": {
44
"has": {
55
"summary": "HTTP verb for the endpoint (e.g. GET, POST). */",

docs/concepts/unified-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ once, switch venues with a config change.
5252

5353
| Field | Type | Notes |
5454
| -------------- | ----------------- | ------------------------------------------------------------ |
55-
| `eventId` | `string` | Stable PMXT id. |
55+
| `id` | `string` | Stable PMXT event id. |
5656
| `title` | `string` | Event title. |
5757
| `slug` | `string \| null` | |
5858
| `description` | `string \| null` | |

docs/llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ once, switch venues with a config change.
13051305

13061306
| Field | Type | Notes |
13071307
| -------------- | ----------------- | ------------------------------------------------------------ |
1308-
| `eventId` | `string` | Stable PMXT id. |
1308+
| `id` | `string` | Stable PMXT event id. |
13091309
| `title` | `string` | Event title. |
13101310
| `slug` | `string \| null` | |
13111311
| `description` | `string \| null` | |
@@ -3540,7 +3540,7 @@ curl "https://api.pmxt.dev/v0/events?query=election&limit=2" \
35403540
{
35413541
"data": [
35423542
{
3543-
"eventId": "e344d660-5e22-411f-b516-ea37a0d9c3cb",
3543+
"id": "e344d660-5e22-411f-b516-ea37a0d9c3cb",
35443544
"title": "2028 US Presidential Election",
35453545
"volume24h": 12345678.9,
35463546
"markets": [

docs/router/events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl "https://api.pmxt.dev/v0/events?query=election&limit=2" \
4040
{
4141
"data": [
4242
{
43-
"eventId": "e344d660-5e22-411f-b516-ea37a0d9c3cb",
43+
"id": "e344d660-5e22-411f-b516-ea37a0d9c3cb",
4444
"title": "2028 US Presidential Election",
4545
"volume24h": 12345678.9,
4646
"markets": [

0 commit comments

Comments
 (0)