Skip to content

Commit 66423e7

Browse files
author
github-actions
committed
Update REST API documentation Mon Feb 9 08:55:46 UTC 2026
1 parent 5541113 commit 66423e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

restapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6001,7 +6001,7 @@
60016001
"uid": {
60026002
"type": "string",
60036003
"example": "fwd-123e4567-e89b-12d3-a456-426614174000",
6004-
"nullable": true
6004+
"nullable": false
60056005
},
60066006
"note": {
60076007
"type": "string",
@@ -6011,13 +6011,13 @@
60116011
"from_name": {
60126012
"type": "string",
60136013
"example": "Alice",
6014-
"nullable": true
6014+
"nullable": false
60156015
},
60166016
"from_email": {
60176017
"type": "string",
60186018
"format": "email",
60196019
"example": "alice@example.com",
6020-
"nullable": true
6020+
"nullable": false
60216021
}
60226022
},
60236023
"type": "object"

0 commit comments

Comments
 (0)