From e6f41eb2655fcb19055a772682f9d6d00c27972d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20T=C3=B8mmer=C3=A5s=20Larsen?= Date: Mon, 9 Oct 2023 09:01:28 +0200 Subject: [PATCH] Update actionoptions.json (#1211) --- .../architecture/resourceregistry/actionoptions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/authorization/architecture/resourceregistry/actionoptions.json b/content/authorization/architecture/resourceregistry/actionoptions.json index ebc73044b9b..4e9b08fccba 100644 --- a/content/authorization/architecture/resourceregistry/actionoptions.json +++ b/content/authorization/architecture/resourceregistry/actionoptions.json @@ -20,5 +20,9 @@ { "ActionId": "sign", "ActionTitle": "Sign" + }, + { + "ActionId": "instantiate", + "ActionTitle": "Instansier" } ]