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 {
293293 * URL for logging into web interface of add-on in attached app context
294294 */
295295 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
296300 [ k : string ] : any
297301}
298302/**
Original file line number Diff line number Diff line change 703703 " null" ,
704704 " string"
705705 ]
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
706715 }
707716 },
708717 "links" : [
917926 },
918927 "web_url" : {
919928 "$ref" : " #/definitions/add-on-attachment/definitions/web_url"
929+ },
930+ "log_input_url" : {
931+ "$ref" : " #/definitions/add-on-attachment/definitions/log_input_url"
920932 }
921933 }
922934 },
You can’t perform that action at this time.
0 commit comments