From 0b3ebdfd1001c3b8ff8390d8c01f6c6447391ca2 Mon Sep 17 00:00:00 2001 From: Enrico Ferro Date: Thu, 23 Aug 2018 14:55:36 +0200 Subject: [PATCH] fix from 'make generate-swagger' (issue #4765) --- templates/swagger/v1_json.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 569e995af4aae..598813bfc0047 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -6496,6 +6496,10 @@ "type": "boolean", "x-go-name": "Admin" }, + "allow_create_organization": { + "type": "boolean", + "x-go-name": "AllowCreateOrganization" + }, "allow_git_hook": { "type": "boolean", "x-go-name": "AllowGitHook" @@ -6504,10 +6508,6 @@ "type": "boolean", "x-go-name": "AllowImportLocal" }, - "allow_create_organization": { - "type": "boolean", - "x-go-name": "AllowCreateOrganization" - }, "email": { "type": "string", "format": "email", @@ -8028,4 +8028,4 @@ "AuthorizationHeaderToken": [] } ] -} +} \ No newline at end of file