File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,10 @@ export interface AddOnAttachment {
293
293
* URL for logging into web interface of add-on in attached app context
294
294
*/
295
295
web_url ?: null | string
296
+ /**
297
+ * URL for add-on partners to write to an add-on's logs
298
+ */
299
+ log_input_url ?: null | string
296
300
[ k : string ] : any
297
301
}
298
302
/**
Original file line number Diff line number Diff line change 703
703
" null" ,
704
704
" string"
705
705
]
706
+ },
707
+ "log_input_url" : {
708
+ "description" : " URL for add-on partners to write to an add-on's logs" ,
709
+ "example" :
" https://token:[email protected] /logs" ,
710
+ "type" : [
711
+ " null" ,
712
+ " string"
713
+ ],
714
+ "readOnly" : true
706
715
}
707
716
},
708
717
"links" : [
917
926
},
918
927
"web_url" : {
919
928
"$ref" : " #/definitions/add-on-attachment/definitions/web_url"
929
+ },
930
+ "log_input_url" : {
931
+ "$ref" : " #/definitions/add-on-attachment/definitions/log_input_url"
920
932
}
921
933
}
922
934
},
You can’t perform that action at this time.
0 commit comments