From fd3fd66a1db8925e5a9a3d34acdd213f49378877 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 30 Apr 2018 17:24:27 +0300 Subject: Add: notification service --- icktool | 1 + 1 file changed, 1 insertion(+) (limited to 'icktool') diff --git a/icktool b/icktool index 2fcdf04..3e954e2 100755 --- a/icktool +++ b/icktool @@ -66,6 +66,7 @@ class Icktool(cliapp.Application): 'uapi_projects_id_status_put', 'uapi_blobs_id_get', 'uapi_blobs_id_put', + 'uapi_notify_post', ] + scopes_for_types(types) def add_settings(self): -- cgit v1.2.1