docs: fix tags

This commit is contained in:
ericprd 2025-02-28 22:03:47 +08:00
parent c23ee933c1
commit 2bef24fbb6

View File

@ -1,4 +1,4 @@
openapi: 3.1.0
openapi: 3.0.0
info:
title: Staff and User API
version: 1.0.0
@ -124,7 +124,7 @@ paths:
get:
summary: "get staff profile"
tags:
- staff
- Staff
parameters:
- name: "id"
in: query
@ -168,7 +168,7 @@ paths:
get:
summary: "get staff profile"
tags:
- user
- User
parameters:
- name: "id"
in: query