File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11using namespace System.Net
22
3- Function Invoke-AddStandardsTemplate {
3+ function Invoke-AddStandardsTemplate {
44 <#
55 . FUNCTIONALITY
66 Entrypoint,AnyTenant
@@ -31,7 +31,7 @@ Function Invoke-AddStandardsTemplate {
3131
3232 }
3333 Write-LogMessage - headers $Request.Headers - API $APINAME - message " Created CA Template $ ( $Request.body.name ) with GUID $GUID " - Sev ' Debug'
34- $body = [pscustomobject ]@ {' Results' = ' Successfully added template' ; id = $GUID }
34+ $body = [pscustomobject ]@ {' Results' = ' Successfully added template' ; Metadata = @ { id = $GUID } }
3535
3636 # Associate values to output bindings by calling 'Push-OutputBinding'.
3737 Push-OutputBinding - Name Response - Value ([HttpResponseContext ]@ {
You can’t perform that action at this time.
0 commit comments