From 734001955815681d4c42ad921d734485c0d9a40c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Apr 2026 10:55:33 +0000 Subject: [PATCH] docs: sync hosted-pmxt custom endpoints --- docs/api-reference/openapi.json | 27 +++++++++++++++++++++++++++ docs/docs.json | 1 + 2 files changed, 28 insertions(+) diff --git a/docs/api-reference/openapi.json b/docs/api-reference/openapi.json index e49ac051..299f6ea9 100644 --- a/docs/api-reference/openapi.json +++ b/docs/api-reference/openapi.json @@ -6695,6 +6695,33 @@ } } } + }, + "/v0/temp": { + "get": { + "summary": "Temp test endpoint", + "description": "Temporary endpoint to verify the doc sync pipeline works.", + "operationId": "tempTest", + "tags": [ + "Test" + ], + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + } + } + } + } + } + } + } + } } }, "components": { diff --git a/docs/docs.json b/docs/docs.json index 6a3dfecb..231b45d2 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -154,6 +154,7 @@ "GET /v0/events", "GET /v0/events/{id}", "GET /v0/markets", + "GET /v0/temp", "GET /v0/markets/{id}" ] }