Skip to content

Commit ff062ab

Browse files
author
github-actions
committed
Update REST API documentation Wed Apr 22 10:18:16 UTC 2026
1 parent 6f661ac commit ff062ab

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

restapi.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,6 +3001,24 @@
30013001
"schema": {
30023002
"type": "array",
30033003
"items": {
3004+
"properties": {
3005+
"key": {
3006+
"type": "string",
3007+
"example": "system"
3008+
},
3009+
"name": {
3010+
"type": "string",
3011+
"example": "System"
3012+
},
3013+
"description": {
3014+
"type": "string",
3015+
"example": "Default system email"
3016+
},
3017+
"file": {
3018+
"type": "string",
3019+
"example": "system.html"
3020+
}
3021+
},
30043022
"type": "object"
30053023
}
30063024
}

0 commit comments

Comments
 (0)