(thread: LinenTypes.threadPostType)
| 81 | } |
| 82 | |
| 83 | createNewThread(thread: LinenTypes.threadPostType) { |
| 84 | return this.post(`/api/integrations/threads`, thread); |
| 85 | } |
| 86 | |
| 87 | updateThread(thread: LinenTypes.threadPutType) { |
| 88 | return this.put(`/api/integrations/threads`, thread); |
no test coverage detected