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

Commit

Permalink
update SDK from api-definitions (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: rebilly-machine-user <rebilly-machine-user@users.noreply.github.com>
  • Loading branch information
rebilly-machine-user and rebilly-machine-user authored Jul 27, 2022
1 parent dd7d54a commit fcdb554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/organization-exports-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function OrganizationExportsResource({apiHandler}) {
const params = {limit, offset, filter, q, sort};
return apiHandler.getAll(`organization-exports`, params);
},
create() {
return apiHandler.post(`organization-exports`);
create({data}) {
return apiHandler.post(`organization-exports`, data);
},
/**
* @returns { rebilly.GetOrganizationExportResponsePromise } response
Expand Down

0 comments on commit fcdb554

Please sign in to comment.