aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go
index d1643c3..119197c 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1665,6 +1665,9 @@ const docTemplate = `{
1665 "links": { 1665 "links": {
1666 "$ref": "#/definitions/models.Links" 1666 "$ref": "#/definitions/models.Links"
1667 }, 1667 },
1668 "pagination": {
1669 "$ref": "#/definitions/models.Pagination"
1670 },
1668 "profile": { 1671 "profile": {
1669 "type": "boolean" 1672 "type": "boolean"
1670 }, 1673 },
@@ -1816,6 +1819,9 @@ const docTemplate = `{
1816 "id": { 1819 "id": {
1817 "type": "integer" 1820 "type": "integer"
1818 }, 1821 },
1822 "is_disabled": {
1823 "type": "boolean"
1824 },
1819 "name": { 1825 "name": {
1820 "type": "string" 1826 "type": "string"
1821 } 1827 }