docs: fix tags
This commit is contained in:
parent
c23ee933c1
commit
2bef24fbb6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user