Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Add call to partial import endpoint. #313

Merged
merged 5 commits into from
Nov 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/resources/realms.ts
  • Loading branch information
ssilvert committed Nov 23, 2021
commit b57adad3cae56caf7448239230af656d7ef30b27
2 changes: 1 addition & 1 deletion src/resources/realms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Realms extends Resource {
method: 'POST',
path: '/{realm}/partialImport',
urlParamKeys: ['realm'],
payloadKey: 'realmRep',
payloadKey: 'rep',
});

public export = this.makeRequest<
Expand Down