From 526a952187d050fb76126defca68518695c76042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 22 Jan 2025 14:00:44 -0500 Subject: [PATCH] test: add sourceContent to spec --- public/openapi/read/categories.yaml | 3 +++ public/openapi/read/index.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/public/openapi/read/categories.yaml b/public/openapi/read/categories.yaml index 37c0c09d31..76d2375ebb 100644 --- a/public/openapi/read/categories.yaml +++ b/public/openapi/read/categories.yaml @@ -142,6 +142,9 @@ get: type: number content: type: string + sourceContent: + type: string + nullable: true timestampISO: type: string description: An ISO 8601 formatted date string (complementing `timestamp`) diff --git a/public/openapi/read/index.yaml b/public/openapi/read/index.yaml index f6c09d7c21..4c45da4360 100644 --- a/public/openapi/read/index.yaml +++ b/public/openapi/read/index.yaml @@ -144,6 +144,9 @@ get: type: number content: type: string + sourceContent: + type: string + nullable: true timestampISO: type: string description: An ISO 8601 formatted date string (complementing `timestamp`)