You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restapi.json
+102Lines changed: 102 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2974,6 +2974,108 @@
2974
2974
}
2975
2975
}
2976
2976
},
2977
+
"/api/v2/templates/defaults": {
2978
+
"get": {
2979
+
"tags": [
2980
+
"templates"
2981
+
],
2982
+
"summary": "Gets a list of all default templates.",
2983
+
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a JSON list of all available default templates.",
"summary": "Creates a template from a default template.",
3029
+
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Creates a new template from a default template key.",
0 commit comments