diff --git a/docs/accounting/accounts/create-a-account.mdx b/docs/accounting/accounts/create-a-account.mdx index 8e54c9e5f..46259131b 100644 --- a/docs/accounting/accounts/create-a-account.mdx +++ b/docs/accounting/accounts/create-a-account.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/account +openapi: post /accounting/accounts --- \ No newline at end of file diff --git a/docs/accounting/accounts/list-accounts.mdx b/docs/accounting/accounts/list-accounts.mdx index d54c2391c..7aea6dbc8 100644 --- a/docs/accounting/accounts/list-accounts.mdx +++ b/docs/accounting/accounts/list-accounts.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/account +openapi: get /accounting/accounts --- \ No newline at end of file diff --git a/docs/accounting/accounts/retrieve-a-account.mdx b/docs/accounting/accounts/retrieve-a-account.mdx index 84cc787bd..e5a78c85e 100644 --- a/docs/accounting/accounts/retrieve-a-account.mdx +++ b/docs/accounting/accounts/retrieve-a-account.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/account/{id} +openapi: get /accounting/accounts/{id} --- \ No newline at end of file diff --git a/docs/accounting/addresses/list-addresss.mdx b/docs/accounting/addresses/list-addresss.mdx index b04e0effd..cacbedf38 100644 --- a/docs/accounting/addresses/list-addresss.mdx +++ b/docs/accounting/addresses/list-addresss.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/address +openapi: get /accounting/addresses --- \ No newline at end of file diff --git a/docs/accounting/addresses/retrieve-a-address.mdx b/docs/accounting/addresses/retrieve-a-address.mdx index 832f8e27f..600de4d63 100644 --- a/docs/accounting/addresses/retrieve-a-address.mdx +++ b/docs/accounting/addresses/retrieve-a-address.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/address/{id} +openapi: get /accounting/addresses/{id} --- \ No newline at end of file diff --git a/docs/accounting/attachments/create-a-attachment.mdx b/docs/accounting/attachments/create-a-attachment.mdx index 7bf846f1f..bdff4b723 100644 --- a/docs/accounting/attachments/create-a-attachment.mdx +++ b/docs/accounting/attachments/create-a-attachment.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/attachment +openapi: post /accounting/attachments --- \ No newline at end of file diff --git a/docs/accounting/attachments/list-attachments.mdx b/docs/accounting/attachments/list-attachments.mdx index dceeb5854..4a4e26c98 100644 --- a/docs/accounting/attachments/list-attachments.mdx +++ b/docs/accounting/attachments/list-attachments.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/attachment +openapi: get /accounting/attachments --- \ No newline at end of file diff --git a/docs/accounting/attachments/retrieve-a-attachment.mdx b/docs/accounting/attachments/retrieve-a-attachment.mdx index a6828b942..cb8fe6284 100644 --- a/docs/accounting/attachments/retrieve-a-attachment.mdx +++ b/docs/accounting/attachments/retrieve-a-attachment.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/attachment/{id} +openapi: get /accounting/attachments/{id} --- \ No newline at end of file diff --git a/docs/accounting/balancesheets/list-balancesheets.mdx b/docs/accounting/balancesheets/list-balancesheets.mdx index f2efb5f5c..9bc28718a 100644 --- a/docs/accounting/balancesheets/list-balancesheets.mdx +++ b/docs/accounting/balancesheets/list-balancesheets.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/balancesheet +openapi: get /accounting/balancesheets --- \ No newline at end of file diff --git a/docs/accounting/balancesheets/retrieve-a-balancesheet.mdx b/docs/accounting/balancesheets/retrieve-a-balancesheet.mdx index 2c0ad0815..a8c483aae 100644 --- a/docs/accounting/balancesheets/retrieve-a-balancesheet.mdx +++ b/docs/accounting/balancesheets/retrieve-a-balancesheet.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/balancesheet/{id} +openapi: get /accounting/balancesheets/{id} --- \ No newline at end of file diff --git a/docs/accounting/cashflowstatements/list-cashflowstatements.mdx b/docs/accounting/cashflowstatements/list-cashflowstatements.mdx index dc71d41bd..92a79d365 100644 --- a/docs/accounting/cashflowstatements/list-cashflowstatements.mdx +++ b/docs/accounting/cashflowstatements/list-cashflowstatements.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/cashflowstatement +openapi: get /accounting/cashflowstatements --- \ No newline at end of file diff --git a/docs/accounting/cashflowstatements/retrieve-a-cashflowstatement.mdx b/docs/accounting/cashflowstatements/retrieve-a-cashflowstatement.mdx index 53b9d24a5..e41fce511 100644 --- a/docs/accounting/cashflowstatements/retrieve-a-cashflowstatement.mdx +++ b/docs/accounting/cashflowstatements/retrieve-a-cashflowstatement.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/cashflowstatement/{id} +openapi: get /accounting/cashflowstatements/{id} --- \ No newline at end of file diff --git a/docs/accounting/companyinfos/list-companyinfos.mdx b/docs/accounting/companyinfos/list-companyinfos.mdx index 901e8fc4b..215f35d5b 100644 --- a/docs/accounting/companyinfos/list-companyinfos.mdx +++ b/docs/accounting/companyinfos/list-companyinfos.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/companyinfo +openapi: get /accounting/companyinfos --- \ No newline at end of file diff --git a/docs/accounting/companyinfos/retrieve-a-companyinfo.mdx b/docs/accounting/companyinfos/retrieve-a-companyinfo.mdx index fcd6f3184..341c6f198 100644 --- a/docs/accounting/companyinfos/retrieve-a-companyinfo.mdx +++ b/docs/accounting/companyinfos/retrieve-a-companyinfo.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/companyinfo/{id} +openapi: get /accounting/companyinfos/{id} --- \ No newline at end of file diff --git a/docs/accounting/contacts/create-a-contact.mdx b/docs/accounting/contacts/create-a-contact.mdx index b7fb52914..3880a6cc6 100644 --- a/docs/accounting/contacts/create-a-contact.mdx +++ b/docs/accounting/contacts/create-a-contact.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/contact +openapi: post /accounting/contacts --- \ No newline at end of file diff --git a/docs/accounting/contacts/list-contacts.mdx b/docs/accounting/contacts/list-contacts.mdx index 10acb873e..ca61cbb39 100644 --- a/docs/accounting/contacts/list-contacts.mdx +++ b/docs/accounting/contacts/list-contacts.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/contact +openapi: get /accounting/contacts --- \ No newline at end of file diff --git a/docs/accounting/contacts/retrieve-a-contact.mdx b/docs/accounting/contacts/retrieve-a-contact.mdx index 4b44622f3..8a895b023 100644 --- a/docs/accounting/contacts/retrieve-a-contact.mdx +++ b/docs/accounting/contacts/retrieve-a-contact.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/contact/{id} +openapi: get /accounting/contacts/{id} --- \ No newline at end of file diff --git a/docs/accounting/creditnotes/list-creditnotes.mdx b/docs/accounting/creditnotes/list-creditnotes.mdx index d0c649410..4ca487982 100644 --- a/docs/accounting/creditnotes/list-creditnotes.mdx +++ b/docs/accounting/creditnotes/list-creditnotes.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/creditnote +openapi: get /accounting/creditnotes --- \ No newline at end of file diff --git a/docs/accounting/creditnotes/retrieve-a-creditnote.mdx b/docs/accounting/creditnotes/retrieve-a-creditnote.mdx index ef24795d3..92f8bc20b 100644 --- a/docs/accounting/creditnotes/retrieve-a-creditnote.mdx +++ b/docs/accounting/creditnotes/retrieve-a-creditnote.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/creditnote/{id} +openapi: get /accounting/creditnotes/{id} --- \ No newline at end of file diff --git a/docs/accounting/expenses/create-a-expense.mdx b/docs/accounting/expenses/create-a-expense.mdx index 27b39340b..ae58eb5d6 100644 --- a/docs/accounting/expenses/create-a-expense.mdx +++ b/docs/accounting/expenses/create-a-expense.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/expense +openapi: post /accounting/expenses --- \ No newline at end of file diff --git a/docs/accounting/expenses/list-expenses.mdx b/docs/accounting/expenses/list-expenses.mdx index 96e6fc98b..4ffc2d778 100644 --- a/docs/accounting/expenses/list-expenses.mdx +++ b/docs/accounting/expenses/list-expenses.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/expense +openapi: get /accounting/expenses --- \ No newline at end of file diff --git a/docs/accounting/expenses/retrieve-a-expense.mdx b/docs/accounting/expenses/retrieve-a-expense.mdx index b154f0a87..6ff66e4df 100644 --- a/docs/accounting/expenses/retrieve-a-expense.mdx +++ b/docs/accounting/expenses/retrieve-a-expense.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/expense/{id} +openapi: get /accounting/expenses/{id} --- \ No newline at end of file diff --git a/docs/accounting/incomestatements/list-incomestatements.mdx b/docs/accounting/incomestatements/list-incomestatements.mdx index b4fee9183..5ab9ca48b 100644 --- a/docs/accounting/incomestatements/list-incomestatements.mdx +++ b/docs/accounting/incomestatements/list-incomestatements.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/incomestatement +openapi: get /accounting/incomestatements --- \ No newline at end of file diff --git a/docs/accounting/incomestatements/retrieve-a-incomestatement.mdx b/docs/accounting/incomestatements/retrieve-a-incomestatement.mdx index 934381c5c..3748be52d 100644 --- a/docs/accounting/incomestatements/retrieve-a-incomestatement.mdx +++ b/docs/accounting/incomestatements/retrieve-a-incomestatement.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/incomestatement/{id} +openapi: get /accounting/incomestatements/{id} --- \ No newline at end of file diff --git a/docs/accounting/invoices/create-a-invoice.mdx b/docs/accounting/invoices/create-a-invoice.mdx index 130b117bd..57daff1e1 100644 --- a/docs/accounting/invoices/create-a-invoice.mdx +++ b/docs/accounting/invoices/create-a-invoice.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/invoice +openapi: post /accounting/invoices --- \ No newline at end of file diff --git a/docs/accounting/invoices/list-invoices.mdx b/docs/accounting/invoices/list-invoices.mdx index 0908a70c5..995c32dfb 100644 --- a/docs/accounting/invoices/list-invoices.mdx +++ b/docs/accounting/invoices/list-invoices.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/invoice +openapi: get /accounting/invoices --- \ No newline at end of file diff --git a/docs/accounting/invoices/retrieve-a-invoice.mdx b/docs/accounting/invoices/retrieve-a-invoice.mdx index bafe99c95..57e9c20ef 100644 --- a/docs/accounting/invoices/retrieve-a-invoice.mdx +++ b/docs/accounting/invoices/retrieve-a-invoice.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/invoice/{id} +openapi: get /accounting/invoices/{id} --- \ No newline at end of file diff --git a/docs/accounting/items/list-items.mdx b/docs/accounting/items/list-items.mdx index 61f2869cb..8be3f6cf0 100644 --- a/docs/accounting/items/list-items.mdx +++ b/docs/accounting/items/list-items.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/item +openapi: get /accounting/items --- \ No newline at end of file diff --git a/docs/accounting/items/retrieve-a-item.mdx b/docs/accounting/items/retrieve-a-item.mdx index 886a230e9..9c57863dc 100644 --- a/docs/accounting/items/retrieve-a-item.mdx +++ b/docs/accounting/items/retrieve-a-item.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/item/{id} +openapi: get /accounting/items/{id} --- \ No newline at end of file diff --git a/docs/accounting/journalentries/create-a-journalentry.mdx b/docs/accounting/journalentries/create-a-journalentry.mdx index 5cd50058f..27579caf8 100644 --- a/docs/accounting/journalentries/create-a-journalentry.mdx +++ b/docs/accounting/journalentries/create-a-journalentry.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/journalentry +openapi: post /accounting/journalentries --- \ No newline at end of file diff --git a/docs/accounting/journalentries/list-journalentrys.mdx b/docs/accounting/journalentries/list-journalentrys.mdx index 2389a5975..30fc94b1c 100644 --- a/docs/accounting/journalentries/list-journalentrys.mdx +++ b/docs/accounting/journalentries/list-journalentrys.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/journalentry +openapi: get /accounting/journalentries --- \ No newline at end of file diff --git a/docs/accounting/journalentries/retrieve-a-journalentry.mdx b/docs/accounting/journalentries/retrieve-a-journalentry.mdx index 650e13c47..d01c4d426 100644 --- a/docs/accounting/journalentries/retrieve-a-journalentry.mdx +++ b/docs/accounting/journalentries/retrieve-a-journalentry.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/journalentry/{id} +openapi: get /accounting/journalentries/{id} --- \ No newline at end of file diff --git a/docs/accounting/payments/create-a-payment.mdx b/docs/accounting/payments/create-a-payment.mdx index fd222795b..1ace79edd 100644 --- a/docs/accounting/payments/create-a-payment.mdx +++ b/docs/accounting/payments/create-a-payment.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/payment +openapi: post /accounting/payments --- \ No newline at end of file diff --git a/docs/accounting/payments/list-payments.mdx b/docs/accounting/payments/list-payments.mdx index 4c1606cb9..adecbc1bd 100644 --- a/docs/accounting/payments/list-payments.mdx +++ b/docs/accounting/payments/list-payments.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/payment +openapi: get /accounting/payments --- \ No newline at end of file diff --git a/docs/accounting/payments/retrieve-a-payment.mdx b/docs/accounting/payments/retrieve-a-payment.mdx index 63e3bb222..036cf3cd8 100644 --- a/docs/accounting/payments/retrieve-a-payment.mdx +++ b/docs/accounting/payments/retrieve-a-payment.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/payment/{id} +openapi: get /accounting/payments/{id} --- \ No newline at end of file diff --git a/docs/accounting/phonenumbers/list-phonenumbers.mdx b/docs/accounting/phonenumbers/list-phonenumbers.mdx index fa9920dea..1c876917d 100644 --- a/docs/accounting/phonenumbers/list-phonenumbers.mdx +++ b/docs/accounting/phonenumbers/list-phonenumbers.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/phonenumber +openapi: get /accounting/phonenumbers --- \ No newline at end of file diff --git a/docs/accounting/phonenumbers/retrieve-a-phonenumber.mdx b/docs/accounting/phonenumbers/retrieve-a-phonenumber.mdx index 9cf4582ce..19ded9c14 100644 --- a/docs/accounting/phonenumbers/retrieve-a-phonenumber.mdx +++ b/docs/accounting/phonenumbers/retrieve-a-phonenumber.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/phonenumber/{id} +openapi: get /accounting/phonenumbers/{id} --- \ No newline at end of file diff --git a/docs/accounting/purchaseorders/create-a-purchaseorder.mdx b/docs/accounting/purchaseorders/create-a-purchaseorder.mdx index 16eceb154..5e02a4c96 100644 --- a/docs/accounting/purchaseorders/create-a-purchaseorder.mdx +++ b/docs/accounting/purchaseorders/create-a-purchaseorder.mdx @@ -1,3 +1,3 @@ --- -openapi: post /accounting/purchaseorder +openapi: post /accounting/purchaseorders --- \ No newline at end of file diff --git a/docs/accounting/purchaseorders/list-purchaseorders.mdx b/docs/accounting/purchaseorders/list-purchaseorders.mdx index faf5ea5fb..29de3c8de 100644 --- a/docs/accounting/purchaseorders/list-purchaseorders.mdx +++ b/docs/accounting/purchaseorders/list-purchaseorders.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/purchaseorder +openapi: get /accounting/purchaseorders --- \ No newline at end of file diff --git a/docs/accounting/purchaseorders/retrieve-a-purchaseorder.mdx b/docs/accounting/purchaseorders/retrieve-a-purchaseorder.mdx index 951236bce..fb0ed07e9 100644 --- a/docs/accounting/purchaseorders/retrieve-a-purchaseorder.mdx +++ b/docs/accounting/purchaseorders/retrieve-a-purchaseorder.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/purchaseorder/{id} +openapi: get /accounting/purchaseorders/{id} --- \ No newline at end of file diff --git a/docs/accounting/quickstart.mdx b/docs/accounting/quickstart.mdx index 9d9d4bd59..a6d43272e 100644 --- a/docs/accounting/quickstart.mdx +++ b/docs/accounting/quickstart.mdx @@ -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). \ No newline at end of file +We're releasing this API soon! Get updates [here](https://panora.dev/signup). \ No newline at end of file diff --git a/docs/accounting/taxrates/list-taxrates.mdx b/docs/accounting/taxrates/list-taxrates.mdx index e8b93eb38..2248780b7 100644 --- a/docs/accounting/taxrates/list-taxrates.mdx +++ b/docs/accounting/taxrates/list-taxrates.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/taxrate +openapi: get /accounting/taxrates --- \ No newline at end of file diff --git a/docs/accounting/taxrates/retrieve-a-taxrate.mdx b/docs/accounting/taxrates/retrieve-a-taxrate.mdx index 5fce1d49b..4f392b477 100644 --- a/docs/accounting/taxrates/retrieve-a-taxrate.mdx +++ b/docs/accounting/taxrates/retrieve-a-taxrate.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/taxrate/{id} +openapi: get /accounting/taxrates/{id} --- \ No newline at end of file diff --git a/docs/accounting/trackingcategories/list-trackingcategorys.mdx b/docs/accounting/trackingcategories/list-trackingcategorys.mdx index 03e26e80a..8ad2be951 100644 --- a/docs/accounting/trackingcategories/list-trackingcategorys.mdx +++ b/docs/accounting/trackingcategories/list-trackingcategorys.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/trackingcategory +openapi: get /accounting/trackingcategories --- \ No newline at end of file diff --git a/docs/accounting/trackingcategories/retrieve-a-trackingcategory.mdx b/docs/accounting/trackingcategories/retrieve-a-trackingcategory.mdx index 214055f8c..94b50e2ae 100644 --- a/docs/accounting/trackingcategories/retrieve-a-trackingcategory.mdx +++ b/docs/accounting/trackingcategories/retrieve-a-trackingcategory.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/trackingcategory/{id} +openapi: get /accounting/trackingcategories/{id} --- \ No newline at end of file diff --git a/docs/accounting/transactions/list-transactions.mdx b/docs/accounting/transactions/list-transactions.mdx index d5a9a1b70..acae38aa3 100644 --- a/docs/accounting/transactions/list-transactions.mdx +++ b/docs/accounting/transactions/list-transactions.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/transaction +openapi: get /accounting/transactions --- \ No newline at end of file diff --git a/docs/accounting/transactions/retrieve-a-transaction.mdx b/docs/accounting/transactions/retrieve-a-transaction.mdx index adaca1621..b1f2af6e7 100644 --- a/docs/accounting/transactions/retrieve-a-transaction.mdx +++ b/docs/accounting/transactions/retrieve-a-transaction.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/transaction/{id} +openapi: get /accounting/transactions/{id} --- \ No newline at end of file diff --git a/docs/accounting/vendorcredits/list-vendorcredits.mdx b/docs/accounting/vendorcredits/list-vendorcredits.mdx index e96bac2e6..7d95ae271 100644 --- a/docs/accounting/vendorcredits/list-vendorcredits.mdx +++ b/docs/accounting/vendorcredits/list-vendorcredits.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/vendorcredit +openapi: get /accounting/vendorcredits --- \ No newline at end of file diff --git a/docs/accounting/vendorcredits/retrieve-a-vendorcredit.mdx b/docs/accounting/vendorcredits/retrieve-a-vendorcredit.mdx index dce743772..bdf25eb81 100644 --- a/docs/accounting/vendorcredits/retrieve-a-vendorcredit.mdx +++ b/docs/accounting/vendorcredits/retrieve-a-vendorcredit.mdx @@ -1,3 +1,3 @@ --- -openapi: get /accounting/vendorcredit/{id} +openapi: get /accounting/vendorcredits/{id} --- \ No newline at end of file diff --git a/docs/ats/activities/create-a-activity.mdx b/docs/ats/activities/create-a-activity.mdx index cabc6a61d..54250596c 100644 --- a/docs/ats/activities/create-a-activity.mdx +++ b/docs/ats/activities/create-a-activity.mdx @@ -1,3 +1,3 @@ --- -openapi: post /ats/activity +openapi: post /ats/activities --- \ No newline at end of file diff --git a/docs/ats/activities/list-activities.mdx b/docs/ats/activities/list-activities.mdx index 223db3389..87a612471 100644 --- a/docs/ats/activities/list-activities.mdx +++ b/docs/ats/activities/list-activities.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/activity +openapi: get /ats/activities --- \ No newline at end of file diff --git a/docs/ats/activities/retrieve-a-activity.mdx b/docs/ats/activities/retrieve-a-activity.mdx index f0a2e448a..645cb201b 100644 --- a/docs/ats/activities/retrieve-a-activity.mdx +++ b/docs/ats/activities/retrieve-a-activity.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/activity/{id} +openapi: get /ats/activities/{id} --- \ No newline at end of file diff --git a/docs/ats/applications/create-an-application.mdx b/docs/ats/applications/create-an-application.mdx index 79785d276..435997899 100644 --- a/docs/ats/applications/create-an-application.mdx +++ b/docs/ats/applications/create-an-application.mdx @@ -1,3 +1,3 @@ --- -openapi: post /ats/application +openapi: post /ats/applications --- \ No newline at end of file diff --git a/docs/ats/applications/list-applications.mdx b/docs/ats/applications/list-applications.mdx index 29a5b4de5..2b6eb3de4 100644 --- a/docs/ats/applications/list-applications.mdx +++ b/docs/ats/applications/list-applications.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/application +openapi: get /ats/applications --- \ No newline at end of file diff --git a/docs/ats/applications/retrieve-an-application.mdx b/docs/ats/applications/retrieve-an-application.mdx index 306cd93b6..e54a3bf42 100644 --- a/docs/ats/applications/retrieve-an-application.mdx +++ b/docs/ats/applications/retrieve-an-application.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/application/{id} +openapi: get /ats/applications/{id} --- \ No newline at end of file diff --git a/docs/ats/attachments/create-a-attachment.mdx b/docs/ats/attachments/create-a-attachment.mdx index 9d70911a4..6befe31ec 100644 --- a/docs/ats/attachments/create-a-attachment.mdx +++ b/docs/ats/attachments/create-a-attachment.mdx @@ -1,3 +1,3 @@ --- -openapi: post /ats/attachment +openapi: post /ats/attachments --- \ No newline at end of file diff --git a/docs/ats/attachments/list-attachments.mdx b/docs/ats/attachments/list-attachments.mdx index 2c1ade33f..4119aa03b 100644 --- a/docs/ats/attachments/list-attachments.mdx +++ b/docs/ats/attachments/list-attachments.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/attachment +openapi: get /ats/attachments --- \ No newline at end of file diff --git a/docs/ats/attachments/retrieve-a-attachment.mdx b/docs/ats/attachments/retrieve-a-attachment.mdx index 65258d781..db551a541 100644 --- a/docs/ats/attachments/retrieve-a-attachment.mdx +++ b/docs/ats/attachments/retrieve-a-attachment.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/attachment/{id} +openapi: get /ats/attachments/{id} --- \ No newline at end of file diff --git a/docs/ats/candidates/create-a-candidate.mdx b/docs/ats/candidates/create-a-candidate.mdx index 59e4c0c5b..452721ebb 100644 --- a/docs/ats/candidates/create-a-candidate.mdx +++ b/docs/ats/candidates/create-a-candidate.mdx @@ -1,3 +1,3 @@ --- -openapi: post /ats/candidate +openapi: post /ats/candidates --- \ No newline at end of file diff --git a/docs/ats/candidates/list-candidates.mdx b/docs/ats/candidates/list-candidates.mdx index 9905b8c9c..6e9581788 100644 --- a/docs/ats/candidates/list-candidates.mdx +++ b/docs/ats/candidates/list-candidates.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/candidate +openapi: get /ats/candidates --- \ No newline at end of file diff --git a/docs/ats/candidates/retrieve-a-candidate.mdx b/docs/ats/candidates/retrieve-a-candidate.mdx index 6aecc109b..3af4618a9 100644 --- a/docs/ats/candidates/retrieve-a-candidate.mdx +++ b/docs/ats/candidates/retrieve-a-candidate.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/candidate/{id} +openapi: get /ats/candidates/{id} --- \ No newline at end of file diff --git a/docs/ats/departments/list-departments.mdx b/docs/ats/departments/list-departments.mdx index 2e368d55d..e0e8d692e 100644 --- a/docs/ats/departments/list-departments.mdx +++ b/docs/ats/departments/list-departments.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/department +openapi: get /ats/departments --- \ No newline at end of file diff --git a/docs/ats/departments/retrieve-a-department.mdx b/docs/ats/departments/retrieve-a-department.mdx index f4af2b3e8..53ebdf73c 100644 --- a/docs/ats/departments/retrieve-a-department.mdx +++ b/docs/ats/departments/retrieve-a-department.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/department/{id} +openapi: get /ats/departments/{id} --- \ No newline at end of file diff --git a/docs/ats/interviews/create-a-interview.mdx b/docs/ats/interviews/create-a-interview.mdx index b12099d11..91f0b8873 100644 --- a/docs/ats/interviews/create-a-interview.mdx +++ b/docs/ats/interviews/create-a-interview.mdx @@ -1,3 +1,3 @@ --- -openapi: post /ats/interview +openapi: post /ats/interviews --- \ No newline at end of file diff --git a/docs/ats/interviews/list-interviews.mdx b/docs/ats/interviews/list-interviews.mdx index 21d8e22f4..927058d47 100644 --- a/docs/ats/interviews/list-interviews.mdx +++ b/docs/ats/interviews/list-interviews.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/interview +openapi: get /ats/interviews --- \ No newline at end of file diff --git a/docs/ats/interviews/retrieve-a-interview.mdx b/docs/ats/interviews/retrieve-a-interview.mdx index 7f579e7d8..2733fc479 100644 --- a/docs/ats/interviews/retrieve-a-interview.mdx +++ b/docs/ats/interviews/retrieve-a-interview.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/interview/{id} +openapi: get /ats/interviews/{id} --- \ No newline at end of file diff --git a/docs/ats/jobinterviewstages/list-jobinterviewstages.mdx b/docs/ats/jobinterviewstages/list-jobinterviewstages.mdx index 263be14fa..81e02e5c6 100644 --- a/docs/ats/jobinterviewstages/list-jobinterviewstages.mdx +++ b/docs/ats/jobinterviewstages/list-jobinterviewstages.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/jobinterviewstage +openapi: get /ats/jobinterviewstages --- \ No newline at end of file diff --git a/docs/ats/jobinterviewstages/retrieve-a-jobinterviewstage.mdx b/docs/ats/jobinterviewstages/retrieve-a-jobinterviewstage.mdx index 680bc16a7..9eb6f7a27 100644 --- a/docs/ats/jobinterviewstages/retrieve-a-jobinterviewstage.mdx +++ b/docs/ats/jobinterviewstages/retrieve-a-jobinterviewstage.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/jobinterviewstage/{id} +openapi: get /ats/jobinterviewstages/{id} --- \ No newline at end of file diff --git a/docs/ats/jobs/list-jobs.mdx b/docs/ats/jobs/list-jobs.mdx index 5b776c149..7bff41c68 100644 --- a/docs/ats/jobs/list-jobs.mdx +++ b/docs/ats/jobs/list-jobs.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/job +openapi: get /ats/jobs --- \ No newline at end of file diff --git a/docs/ats/jobs/retrieve-a-job.mdx b/docs/ats/jobs/retrieve-a-job.mdx index dff77d300..cce99b512 100644 --- a/docs/ats/jobs/retrieve-a-job.mdx +++ b/docs/ats/jobs/retrieve-a-job.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/job/{id} +openapi: get /ats/jobs/{id} --- \ No newline at end of file diff --git a/docs/ats/offers/list-offers.mdx b/docs/ats/offers/list-offers.mdx index 31042e75e..b3cded717 100644 --- a/docs/ats/offers/list-offers.mdx +++ b/docs/ats/offers/list-offers.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/offer +openapi: get /ats/offers --- \ No newline at end of file diff --git a/docs/ats/offers/retrieve-a-offer.mdx b/docs/ats/offers/retrieve-a-offer.mdx index b1769a24e..560e12a7f 100644 --- a/docs/ats/offers/retrieve-a-offer.mdx +++ b/docs/ats/offers/retrieve-a-offer.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/offer/{id} +openapi: get /ats/offers/{id} --- \ No newline at end of file diff --git a/docs/ats/offices/list-offices.mdx b/docs/ats/offices/list-offices.mdx index 867b02981..3bd5f5bd8 100644 --- a/docs/ats/offices/list-offices.mdx +++ b/docs/ats/offices/list-offices.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/office +openapi: get /ats/offices --- \ No newline at end of file diff --git a/docs/ats/offices/retrieve-a-office.mdx b/docs/ats/offices/retrieve-a-office.mdx index 7277dca24..ebe337942 100644 --- a/docs/ats/offices/retrieve-a-office.mdx +++ b/docs/ats/offices/retrieve-a-office.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/office/{id} +openapi: get /ats/offices/{id} --- \ No newline at end of file diff --git a/docs/ats/rejectreasons/list-rejectreasons.mdx b/docs/ats/rejectreasons/list-rejectreasons.mdx index b9368ed8f..7fe272a73 100644 --- a/docs/ats/rejectreasons/list-rejectreasons.mdx +++ b/docs/ats/rejectreasons/list-rejectreasons.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/rejectreason +openapi: get /ats/rejectreasons --- \ No newline at end of file diff --git a/docs/ats/rejectreasons/retrieve-a-rejectreason.mdx b/docs/ats/rejectreasons/retrieve-a-rejectreason.mdx index fc960c736..0b2931211 100644 --- a/docs/ats/rejectreasons/retrieve-a-rejectreason.mdx +++ b/docs/ats/rejectreasons/retrieve-a-rejectreason.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/rejectreason/{id} +openapi: get /ats/rejectreasons/{id} --- \ No newline at end of file diff --git a/docs/ats/scorecards/list-scorecards.mdx b/docs/ats/scorecards/list-scorecards.mdx index 9bc649cbc..e4c27f6db 100644 --- a/docs/ats/scorecards/list-scorecards.mdx +++ b/docs/ats/scorecards/list-scorecards.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/scorecard +openapi: get /ats/scorecards --- \ No newline at end of file diff --git a/docs/ats/scorecards/retrieve-a-scorecard.mdx b/docs/ats/scorecards/retrieve-a-scorecard.mdx index 84f4737ed..d750c1f93 100644 --- a/docs/ats/scorecards/retrieve-a-scorecard.mdx +++ b/docs/ats/scorecards/retrieve-a-scorecard.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/scorecard/{id} +openapi: get /ats/scorecards/{id} --- \ No newline at end of file diff --git a/docs/ats/tags/list-tags.mdx b/docs/ats/tags/list-tags.mdx index af7ada2fe..86c0d2955 100644 --- a/docs/ats/tags/list-tags.mdx +++ b/docs/ats/tags/list-tags.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/tag +openapi: get /ats/tags --- \ No newline at end of file diff --git a/docs/ats/tags/retrieve-a-tag.mdx b/docs/ats/tags/retrieve-a-tag.mdx index 8eb27c3bf..d9384f685 100644 --- a/docs/ats/tags/retrieve-a-tag.mdx +++ b/docs/ats/tags/retrieve-a-tag.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/tag/{id} +openapi: get /ats/tags/{id} --- \ No newline at end of file diff --git a/docs/ats/users/list-users.mdx b/docs/ats/users/list-users.mdx index dd2b0b042..ef367ed2a 100644 --- a/docs/ats/users/list-users.mdx +++ b/docs/ats/users/list-users.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/user +openapi: get /ats/users --- \ No newline at end of file diff --git a/docs/ats/users/retrieve-a-user.mdx b/docs/ats/users/retrieve-a-user.mdx index aa9de541d..1452e6688 100644 --- a/docs/ats/users/retrieve-a-user.mdx +++ b/docs/ats/users/retrieve-a-user.mdx @@ -1,3 +1,3 @@ --- -openapi: get /ats/user/{id} +openapi: get /ats/users/{id} --- \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 8e1477bf2..2b24256fb 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -4,7 +4,7 @@ "integrations": { "intercom": "kjwzw97u" }, - "openapi": "https://raw.githubusercontent.com/panoratech/Panora/main/docs/openapi-with-code-samples.yaml", + "openapi": "https://raw.githubusercontent.com/panoratech/Panora/main/packages/api/swagger/swagger-spec.yaml", "primaryTab": { "name": "Home" },