Skip to content

Commit

Permalink
chore: change integration events api tag to addons (#7932)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek authored Aug 20, 2024
1 parent 8e2ae6c commit 7413339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/routes/admin-api/addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Note: passing \`null\` as a value for the description property will set it to an
permission: ADMIN,
middleware: [
openApiService.validPath({
tags: ['Unstable'],
tags: ['Addons'],
operationId: 'getIntegrationEvents',
summary:
'Get integration events for a specific integration configuration.',
Expand Down

0 comments on commit 7413339

Please sign in to comment.