aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 812bd64..01eb022 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1869,6 +1869,9 @@ const docTemplate = `{
1869 "id": { 1869 "id": {
1870 "type": "integer" 1870 "type": "integer"
1871 }, 1871 },
1872 "image": {
1873 "type": "string"
1874 },
1872 "is_disabled": { 1875 "is_disabled": {
1873 "type": "boolean" 1876 "type": "boolean"
1874 }, 1877 },
@@ -1883,6 +1886,9 @@ const docTemplate = `{
1883 "id": { 1886 "id": {
1884 "type": "integer" 1887 "type": "integer"
1885 }, 1888 },
1889 "image": {
1890 "type": "string"
1891 },
1886 "is_coop": { 1892 "is_coop": {
1887 "type": "boolean" 1893 "type": "boolean"
1888 }, 1894 },
@@ -1980,6 +1986,9 @@ const docTemplate = `{
1980 "id": { 1986 "id": {
1981 "type": "integer" 1987 "type": "integer"
1982 }, 1988 },
1989 "image": {
1990 "type": "string"
1991 },
1983 "is_disabled": { 1992 "is_disabled": {
1984 "type": "boolean" 1993 "type": "boolean"
1985 }, 1994 },