From e6e13c059ab8a1f2b6aec5cbea1aabe6d39fbb82 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Tue, 5 Feb 2019 13:38:04 +0100 Subject: [PATCH] fix(sam): migrate api from rbac to rules --- api/sam/spec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/sam/spec.json b/api/sam/spec.json index 778f7a343..ff278b59a 100644 --- a/api/sam/spec.json +++ b/api/sam/spec.json @@ -695,7 +695,7 @@ "struct": [ { "imports": [ - "github.com/crusttech/crust/internal/rbac" + "github.com/crusttech/crust/internal/rules" ] } ], @@ -754,7 +754,7 @@ "post": [ { "name": "permissions", - "type": "[]rbac.Permission", + "type": "[]rules.Permission", "required": true, "title": "List of permissions to set" }