fix: update article categories
This commit is contained in:
parent
1e641bc3e6
commit
becc86c042
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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.
Loading…
Reference in New Issue