Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Updated routes #584

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/accounting/accounts/create-a-account.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/account
openapi: post /accounting/accounts
---
2 changes: 1 addition & 1 deletion docs/accounting/accounts/list-accounts.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/account
openapi: get /accounting/accounts
---
2 changes: 1 addition & 1 deletion docs/accounting/accounts/retrieve-a-account.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/account/{id}
openapi: get /accounting/accounts/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/addresses/list-addresss.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/address
openapi: get /accounting/addresses
---
2 changes: 1 addition & 1 deletion docs/accounting/addresses/retrieve-a-address.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/address/{id}
openapi: get /accounting/addresses/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/attachments/create-a-attachment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/attachment
openapi: post /accounting/attachments
---
2 changes: 1 addition & 1 deletion docs/accounting/attachments/list-attachments.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/attachment
openapi: get /accounting/attachments
---
2 changes: 1 addition & 1 deletion docs/accounting/attachments/retrieve-a-attachment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/attachment/{id}
openapi: get /accounting/attachments/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/balancesheets/list-balancesheets.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/balancesheet
openapi: get /accounting/balancesheets
---
2 changes: 1 addition & 1 deletion docs/accounting/balancesheets/retrieve-a-balancesheet.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/balancesheet/{id}
openapi: get /accounting/balancesheets/{id}
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/cashflowstatement
openapi: get /accounting/cashflowstatements
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/cashflowstatement/{id}
openapi: get /accounting/cashflowstatements/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/companyinfos/list-companyinfos.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/companyinfo
openapi: get /accounting/companyinfos
---
2 changes: 1 addition & 1 deletion docs/accounting/companyinfos/retrieve-a-companyinfo.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/companyinfo/{id}
openapi: get /accounting/companyinfos/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/contacts/create-a-contact.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/contact
openapi: post /accounting/contacts
---
2 changes: 1 addition & 1 deletion docs/accounting/contacts/list-contacts.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/contact
openapi: get /accounting/contacts
---
2 changes: 1 addition & 1 deletion docs/accounting/contacts/retrieve-a-contact.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/contact/{id}
openapi: get /accounting/contacts/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/creditnotes/list-creditnotes.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/creditnote
openapi: get /accounting/creditnotes
---
2 changes: 1 addition & 1 deletion docs/accounting/creditnotes/retrieve-a-creditnote.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/creditnote/{id}
openapi: get /accounting/creditnotes/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/expenses/create-a-expense.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/expense
openapi: post /accounting/expenses
---
2 changes: 1 addition & 1 deletion docs/accounting/expenses/list-expenses.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/expense
openapi: get /accounting/expenses
---
2 changes: 1 addition & 1 deletion docs/accounting/expenses/retrieve-a-expense.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/expense/{id}
openapi: get /accounting/expenses/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/incomestatements/list-incomestatements.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/incomestatement
openapi: get /accounting/incomestatements
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/incomestatement/{id}
openapi: get /accounting/incomestatements/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/invoices/create-a-invoice.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/invoice
openapi: post /accounting/invoices
---
2 changes: 1 addition & 1 deletion docs/accounting/invoices/list-invoices.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/invoice
openapi: get /accounting/invoices
---
2 changes: 1 addition & 1 deletion docs/accounting/invoices/retrieve-a-invoice.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/invoice/{id}
openapi: get /accounting/invoices/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/items/list-items.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/item
openapi: get /accounting/items
---
2 changes: 1 addition & 1 deletion docs/accounting/items/retrieve-a-item.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/item/{id}
openapi: get /accounting/items/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/journalentries/create-a-journalentry.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/journalentry
openapi: post /accounting/journalentries
---
2 changes: 1 addition & 1 deletion docs/accounting/journalentries/list-journalentrys.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/journalentry
openapi: get /accounting/journalentries
---
2 changes: 1 addition & 1 deletion docs/accounting/journalentries/retrieve-a-journalentry.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/journalentry/{id}
openapi: get /accounting/journalentries/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/payments/create-a-payment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/payment
openapi: post /accounting/payments
---
2 changes: 1 addition & 1 deletion docs/accounting/payments/list-payments.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/payment
openapi: get /accounting/payments
---
2 changes: 1 addition & 1 deletion docs/accounting/payments/retrieve-a-payment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/payment/{id}
openapi: get /accounting/payments/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/phonenumbers/list-phonenumbers.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/phonenumber
openapi: get /accounting/phonenumbers
---
2 changes: 1 addition & 1 deletion docs/accounting/phonenumbers/retrieve-a-phonenumber.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/phonenumber/{id}
openapi: get /accounting/phonenumbers/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/purchaseorders/create-a-purchaseorder.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /accounting/purchaseorder
openapi: post /accounting/purchaseorders
---
2 changes: 1 addition & 1 deletion docs/accounting/purchaseorders/list-purchaseorders.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/purchaseorder
openapi: get /accounting/purchaseorders
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/purchaseorder/{id}
openapi: get /accounting/purchaseorders/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: "Read and write data to multiple Accounting platforms using a singl
icon: "star"
---

We're releasing this API soon! Get updates [here](https://panora.co/signup).
We're releasing this API soon! Get updates [here](https://panora.dev/signup).
2 changes: 1 addition & 1 deletion docs/accounting/taxrates/list-taxrates.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/taxrate
openapi: get /accounting/taxrates
---
2 changes: 1 addition & 1 deletion docs/accounting/taxrates/retrieve-a-taxrate.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/taxrate/{id}
openapi: get /accounting/taxrates/{id}
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/trackingcategory
openapi: get /accounting/trackingcategories
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/trackingcategory/{id}
openapi: get /accounting/trackingcategories/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/transactions/list-transactions.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/transaction
openapi: get /accounting/transactions
---
2 changes: 1 addition & 1 deletion docs/accounting/transactions/retrieve-a-transaction.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/transaction/{id}
openapi: get /accounting/transactions/{id}
---
2 changes: 1 addition & 1 deletion docs/accounting/vendorcredits/list-vendorcredits.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/vendorcredit
openapi: get /accounting/vendorcredits
---
2 changes: 1 addition & 1 deletion docs/accounting/vendorcredits/retrieve-a-vendorcredit.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /accounting/vendorcredit/{id}
openapi: get /accounting/vendorcredits/{id}
---
2 changes: 1 addition & 1 deletion docs/ats/activities/create-a-activity.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /ats/activity
openapi: post /ats/activities
---
2 changes: 1 addition & 1 deletion docs/ats/activities/list-activities.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/activity
openapi: get /ats/activities
---
2 changes: 1 addition & 1 deletion docs/ats/activities/retrieve-a-activity.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/activity/{id}
openapi: get /ats/activities/{id}
---
2 changes: 1 addition & 1 deletion docs/ats/applications/create-an-application.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /ats/application
openapi: post /ats/applications
---
2 changes: 1 addition & 1 deletion docs/ats/applications/list-applications.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/application
openapi: get /ats/applications
---
2 changes: 1 addition & 1 deletion docs/ats/applications/retrieve-an-application.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/application/{id}
openapi: get /ats/applications/{id}
---
2 changes: 1 addition & 1 deletion docs/ats/attachments/create-a-attachment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /ats/attachment
openapi: post /ats/attachments
---
2 changes: 1 addition & 1 deletion docs/ats/attachments/list-attachments.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/attachment
openapi: get /ats/attachments
---
2 changes: 1 addition & 1 deletion docs/ats/attachments/retrieve-a-attachment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/attachment/{id}
openapi: get /ats/attachments/{id}
---
2 changes: 1 addition & 1 deletion docs/ats/candidates/create-a-candidate.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /ats/candidate
openapi: post /ats/candidates
---
2 changes: 1 addition & 1 deletion docs/ats/candidates/list-candidates.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/candidate
openapi: get /ats/candidates
---
2 changes: 1 addition & 1 deletion docs/ats/candidates/retrieve-a-candidate.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/candidate/{id}
openapi: get /ats/candidates/{id}
---
2 changes: 1 addition & 1 deletion docs/ats/departments/list-departments.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/department
openapi: get /ats/departments
---
2 changes: 1 addition & 1 deletion docs/ats/departments/retrieve-a-department.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/department/{id}
openapi: get /ats/departments/{id}
---
2 changes: 1 addition & 1 deletion docs/ats/interviews/create-a-interview.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /ats/interview
openapi: post /ats/interviews
---
2 changes: 1 addition & 1 deletion docs/ats/interviews/list-interviews.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/interview
openapi: get /ats/interviews
---
2 changes: 1 addition & 1 deletion docs/ats/interviews/retrieve-a-interview.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ats/interview/{id}
openapi: get /ats/interviews/{id}
---
Loading
Loading