swagger doc add bearer auth

This commit is contained in:
renaldybrada
2026-02-18 10:28:16 +07:00
parent 4b09db2177
commit f150030eee
4 changed files with 39 additions and 2 deletions

No files matched your search

+7
View File
@@ -908,4 +908,11 @@ paths:
summary: Get List Tindakan
tags:
- Reference
security:
- BearerAuth: []
securityDefinitions:
BearerAuth:
in: header
name: Authorization
type: apiKey
swagger: "2.0"