File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 29432943 "title" : " MessageExternal Model" ,
29442944 "required" : [
29452945 " id" ,
2946- " appid" ,
29472946 " message" ,
29482947 " date"
29492948 ],
29502949 "properties" : {
29512950 "appid" : {
2952- "description" : " The application id that send this message." ,
2951+ "description" : " The application id that send this message. Always set when returned via the API. " ,
29532952 "type" : " integer" ,
29542953 "format" : " int64" ,
29552954 "x-go-name" : " ApplicationID" ,
2956- "readOnly" : true ,
29572955 "example" : 5
29582956 },
29592957 "date" : {
Original file line number Diff line number Diff line change @@ -27,10 +27,8 @@ type MessageExternal struct {
2727 // required: true
2828 // example: 25
2929 ID uint `json:"id"`
30- // The application id that send this message.
30+ // The application id that send this message. Always set when returned via the API.
3131 //
32- // read only: true
33- // required: true
3432 // example: 5
3533 ApplicationID uint `json:"appid"`
3634 // The message. Markdown (excluding html) is allowed.
You can’t perform that action at this time.
0 commit comments