Skip to content

Commit

Permalink
Added new payables schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoplowe committed Feb 2, 2024
1 parent 8bb620c commit b09580a
Show file tree
Hide file tree
Showing 3 changed files with 48,154 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sync-for-payables-api/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import Api from '../../components/global/Api'

const URL = "/oas/Codat-Sync-Payables.json"
const URL = "/oas/Codat-Sync-Payables-v1.json"

const PayablesApi = () => {
return (
Expand Down
12 changes: 12 additions & 0 deletions src/pages/sync-for-payables-v2-api/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from "react";
import Api from '../../components/global/Api'

const URL = "/oas/Codat-Sync-Payables.json"

const PayablesApi = () => {
return (
<Api url={URL} title="Payables API reference"/>
);
}

export default PayablesApi
Loading

0 comments on commit b09580a

Please sign in to comment.