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:
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user