api: update image builder api

Include the experimental blueprint endpoints.
This commit is contained in:
Sanne Raymaekers 2024-01-11 14:25:44 +01:00 committed by Klara Simickova
parent 9953207d25
commit 54a560670e
3 changed files with 952 additions and 192 deletions

View file

@ -18,6 +18,11 @@ const config: ConfigFile = {
'getPackages',
'getOscapProfiles',
'getOscapCustomizations',
'createBlueprint',
'updateBlueprint',
'composeBlueprint',
'getBlueprints',
'getBlueprintComposes',
],
};