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: info:
title: Staff and User API title: Staff and User API
version: 1.0.0 version: 1.0.0
@ -124,7 +124,7 @@ paths:
get: get:
summary: "get staff profile" summary: "get staff profile"
tags: tags:
- staff - Staff
parameters: parameters:
- name: "id" - name: "id"
in: query in: query
@ -168,7 +168,7 @@ paths:
get: get:
summary: "get staff profile" summary: "get staff profile"
tags: tags:
- user - User
parameters: parameters:
- name: "id" - name: "id"
in: query in: query