(...params)
| 10771 | }); |
| 10772 | } |
| 10773 | async createObject(...params) { |
| 10774 | return defaultParam(createObject, { |
| 10775 | url: this.serverUrl, |
| 10776 | headers: this.authHeaders, |
| 10777 | })(params[0]); |
| 10778 | } |
| 10779 | async updateObject(...params) { |
| 10780 | return defaultParam(updateObject, { headers: this.authHeaders, url: this.serverUrl })(params[0]); |
| 10781 | } |
nothing calls this directly
no test coverage detected