We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822aa1f commit b831e9eCopy full SHA for b831e9e
services/workspaces.ts
@@ -104,12 +104,6 @@ export class WorkspacesClient extends BaseHttpClient implements ICancelableClien
104
]);
105
}
106
107
- async saveLongFormQuestDefinition(workspaceId: number, definition: string): Promise {
108
- await this._put(`workspaces/${workspaceId}/quests/long`, definition, {
109
- headers: { ...this._requestHeaders, 'Content-Type': 'text/plain' }
110
- });
111
- }
112
-
113
#setAuthHeader() {
114
if (this.#tdeiClient.auth.complete) {
115
this._requestHeaders.Authorization = 'Bearer ' + this.#tdeiClient.auth.accessToken;
0 commit comments