From 93398b736136ceaed83686145920f5ec6fa0bc49 Mon Sep 17 00:00:00 2001 From: Janis Streib <janis.streib@kit.edu> Date: Fri, 23 Aug 2024 14:07:14 +0200 Subject: [PATCH] UPD: acme-svc-acc: bumped api verion --- json_templates/acme_serviceaccount.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json_templates/acme_serviceaccount.json b/json_templates/acme_serviceaccount.json index f02f7d7..2457ec4 100644 --- a/json_templates/acme_serviceaccount.json +++ b/json_templates/acme_serviceaccount.json @@ -1,7 +1,7 @@ { "schema_version": 1, "author": "KIT-CA Team <kit-ca-betrieb@scc.kit.edu>", - "target_api": "4.0", + "target_api": "4.1", "name": { "de": "Service-Account für ACME", "en": "Service Account for ACME" @@ -54,7 +54,7 @@ "idx": "unit_list_superset", "name": "org.unit.list", "inner_join_ref": { - "unit_list": "api_func_org_unit_is_superset_of_root_node_set" + "unit_list": "api_func_org_unit_hierarchy_gfk_list_is_superset" } } ], @@ -254,4 +254,4 @@ } ], "returning": [] -} \ No newline at end of file +} -- GitLab