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 23917f6 commit 00bb221Copy full SHA for 00bb221
resources/application.ts
@@ -57,7 +57,7 @@ export class Applications extends BaseResource {
57
}
58
59
public async update(request: PatchApplicationRequest): Promise<UnitResponse<Application>> {
60
- return this.httpPatch<UnitResponse<Application>>(`/${request.applicationtId}`, {data: request.data})
+ return this.httpPatch<UnitResponse<Application>>(`/${request.applicationId}`, {data: request.data})
61
62
63
public async get(applicationId: string): Promise<UnitResponse<Application> & Include<ApplicationDocument[]>> {
0 commit comments