docs: add oauth2 tag

This commit is contained in:
Divlo
2022-08-29 17:37:00 +00:00
parent 7e305429b4
commit 8e69511e3e
15 changed files with 15 additions and 14 deletions

View File

@ -14,7 +14,7 @@ type Parameters = Static<typeof parametersSchema>
const deleteServiceSchema: FastifySchema = {
description: 'DELETE a provider to authenticate with for a user.',
tags: ['users'] as string[],
tags: ['oauth2'] as string[],
security: [
{
bearerAuth: []