"summary":"Updates an existing notification template.",
"operationId":"RoutePutTemplate",
"parameters":[
{
@ -5240,7 +5240,7 @@
},
"/folders":{
"get":{
"description":"Returns all folders that the authenticated user has permission to view.\nIf nested folders are enabled, it expects an additional query parameter with the parent folder UID.",
"description":"Returns all folders that the authenticated user has permission to view.\nIf nested folders are enabled, it expects an additional query parameter with the parent folder UID\nand returns the immediate subfolders.",
"tags":[
"folders"
],
@ -5266,7 +5266,7 @@
{
"type":"string",
"description":"The parent folder UID",
"name":"parent_uid",
"name":"parentUid",
"in":"query"
}
],
@ -12218,9 +12218,6 @@
"hasAcl":{
"type":"boolean"
},
"hasPublicDashboard":{
"type":"boolean"
},
"isFolder":{
"type":"boolean"
},
@ -13179,7 +13176,7 @@
"type":"integer",
"format":"int64"
},
"parent_uid":{
"parentUid":{
"type":"string"
},
"title":{
@ -14447,34 +14444,6 @@
"$ref":"#/definitions/Matcher"
}
},
"NotificationTemplate":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"provenance":{
"$ref":"#/definitions/Provenance"
},
"template":{
"type":"string"
}
}
},
"NotificationTemplateContent":{
"type":"object",
"properties":{
"template":{
"type":"string"
}
}
},
"NotificationTemplates":{
"type":"array",
"items":{
"$ref":"#/definitions/NotificationTemplate"
}
},
"Metadata":{
"description":"Metadata contains user accesses for a given resource\nEx: map[string]bool{\"create\":true, \"delete\": true}",
"type":"object",
@ -14647,6 +14616,34 @@
"format":"int64",
"title":"NoticeSeverity is a type for the Severity property of a Notice."
"description":"Returns all folders that the authenticated user has permission to view.\nIf nested folders are enabled, it expects an additional query parameter with the parent folder UID.",
"description":"Returns all folders that the authenticated user has permission to view.\nIf nested folders are enabled, it expects an additional query parameter with the parent folder UID\nand returns the immediate subfolders.",
"summary":"Updates an existing notification template.",
"tags":[
"provisioning"
]
@ -16131,7 +16125,7 @@
},
"/folders":{
"get":{
"description":"Returns all folders that the authenticated user has permission to view.\nIf nested folders are enabled, it expects an additional query parameter with the parent folder UID.",
"description":"Returns all folders that the authenticated user has permission to view.\nIf nested folders are enabled, it expects an additional query parameter with the parent folder UID\nand returns the immediate subfolders.",