docs(api): 📝 Update Roles API docs and changelog

This commit is contained in:
Jesse Wierzbinski 2024-11-26 15:41:08 +01:00
parent 49c53de99e
commit 4e38749ccb
No known key found for this signature in database
3 changed files with 257 additions and 27 deletions

View file

@ -6,7 +6,10 @@ import { ErrorSchema } from "~/types/api";
export const meta = applyConfig({
auth: {
required: true,
required: false,
methodOverrides: {
POST: true,
},
},
ratelimits: {
duration: 60,