fix: update article categories

This commit is contained in:
hanif salafi 2025-10-12 22:01:53 +07:00
parent 1e641bc3e6
commit becc86c042
5 changed files with 0 additions and 20 deletions

View File

@ -39,7 +39,6 @@ func NewArticleCategoriesController(articleCategoriesService service.ArticleCate
// @Description API for getting all ArticleCategories
// @Tags Article Categories
// @Security Bearer
// @Param Authorization header string true "Insert the Authorization"
// @Param Authorization header string false "Insert your access token" default(Bearer <Add access token here>)
// @Param req query request.ArticleCategoriesQueryRequest false "query parameters"
// @Param req query paginator.Pagination false "pagination parameters"

View File

@ -4839,13 +4839,6 @@ const docTemplate = `{
],
"summary": "Get all ArticleCategories",
"parameters": [
{
"type": "string",
"description": "Insert the Authorization",
"name": "Authorization",
"in": "header",
"required": true
},
{
"type": "string",
"default": "Bearer \u003cAdd access token here\u003e",

View File

@ -4828,13 +4828,6 @@
],
"summary": "Get all ArticleCategories",
"parameters": [
{
"type": "string",
"description": "Insert the Authorization",
"name": "Authorization",
"in": "header",
"required": true
},
{
"type": "string",
"default": "Bearer \u003cAdd access token here\u003e",

View File

@ -4779,11 +4779,6 @@ paths:
get:
description: API for getting all ArticleCategories
parameters:
- description: Insert the Authorization
in: header
name: Authorization
required: true
type: string
- default: Bearer <Add access token here>
description: Insert your access token
in: header

Binary file not shown.