From 81cac015255288ff383fc4a4a11e943e4196fd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 11 Jan 2026 14:43:24 -0500 Subject: [PATCH] test: lowercase tags --- public/openapi/write/posts/owner.yaml | 2 +- public/openapi/write/posts/pid/owner.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/openapi/write/posts/owner.yaml b/public/openapi/write/posts/owner.yaml index b69e0b5b44..98283f8e96 100644 --- a/public/openapi/write/posts/owner.yaml +++ b/public/openapi/write/posts/owner.yaml @@ -1,6 +1,6 @@ post: tags: - - Posts + - posts summary: Change owner of one or more posts description: Change the owner of the posts identified by pids to the user uid. requestBody: diff --git a/public/openapi/write/posts/pid/owner.yaml b/public/openapi/write/posts/pid/owner.yaml index e49a627963..0e1a701faa 100644 --- a/public/openapi/write/posts/pid/owner.yaml +++ b/public/openapi/write/posts/pid/owner.yaml @@ -2,7 +2,7 @@ put: summary: Change owner of a post description: Change the owner (uid) of a post identified by pid. tags: - - Posts + - posts parameters: - name: pid in: path