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
|
// @Description API for getting all ArticleCategories
|
||||||
// @Tags Article Categories
|
// @Tags Article Categories
|
||||||
// @Security Bearer
|
// @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 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 request.ArticleCategoriesQueryRequest false "query parameters"
|
||||||
// @Param req query paginator.Pagination false "pagination parameters"
|
// @Param req query paginator.Pagination false "pagination parameters"
|
||||||
|
|
|
||||||
|
|
@ -4839,13 +4839,6 @@ const docTemplate = `{
|
||||||
],
|
],
|
||||||
"summary": "Get all ArticleCategories",
|
"summary": "Get all ArticleCategories",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"description": "Insert the Authorization",
|
|
||||||
"name": "Authorization",
|
|
||||||
"in": "header",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "Bearer \u003cAdd access token here\u003e",
|
"default": "Bearer \u003cAdd access token here\u003e",
|
||||||
|
|
|
||||||
|
|
@ -4828,13 +4828,6 @@
|
||||||
],
|
],
|
||||||
"summary": "Get all ArticleCategories",
|
"summary": "Get all ArticleCategories",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"description": "Insert the Authorization",
|
|
||||||
"name": "Authorization",
|
|
||||||
"in": "header",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "Bearer \u003cAdd access token here\u003e",
|
"default": "Bearer \u003cAdd access token here\u003e",
|
||||||
|
|
|
||||||
|
|
@ -4779,11 +4779,6 @@ paths:
|
||||||
get:
|
get:
|
||||||
description: API for getting all ArticleCategories
|
description: API for getting all ArticleCategories
|
||||||
parameters:
|
parameters:
|
||||||
- description: Insert the Authorization
|
|
||||||
in: header
|
|
||||||
name: Authorization
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
- default: Bearer <Add access token here>
|
- default: Bearer <Add access token here>
|
||||||
description: Insert your access token
|
description: Insert your access token
|
||||||
in: header
|
in: header
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue