mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
docs(api): 📝 Update Roles API docs and changelog
This commit is contained in:
parent
49c53de99e
commit
4e38749ccb
3 changed files with 257 additions and 27 deletions
|
|
@ -6,7 +6,10 @@ import { ErrorSchema } from "~/types/api";
|
|||
|
||||
export const meta = applyConfig({
|
||||
auth: {
|
||||
required: true,
|
||||
required: false,
|
||||
methodOverrides: {
|
||||
POST: true,
|
||||
},
|
||||
},
|
||||
ratelimits: {
|
||||
duration: 60,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue