summaryrefslogtreecommitdiffstats
path: root/modules/context/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/context/api.go')
-rw-r--r--modules/context/api.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/context/api.go b/modules/context/api.go
index 772e1f8f50..9dad588c7f 100644
--- a/modules/context/api.go
+++ b/modules/context/api.go
@@ -61,6 +61,10 @@ type APIForbiddenError struct {
// swagger:response notFound
type APINotFound struct{}
+//APIConflict is a conflict empty response
+// swagger:response conflict
+type APIConflict struct{}
+
//APIRedirect is a redirect response
// swagger:response redirect
type APIRedirect struct{}