Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/panoratech/Panora
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jan 24, 2024
2 parents 55d32bb + 2c4e70d commit a67a424
Show file tree
Hide file tree
Showing 53 changed files with 437 additions and 242 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference/ticketinguser/list-a-batch-of-users.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ticketing/users
openapi: get /ticketing/userss
---
2 changes: 1 addition & 1 deletion docs/api-reference/ticketinguser/retrieve-a-user.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /ticketing/users/{id}
openapi: get /ticketing/userss/{id}
---
4 changes: 4 additions & 0 deletions docs/crm/companies/api/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Create a company"
openapi: "POST /crm/companies"
---
4 changes: 4 additions & 0 deletions docs/crm/companies/api/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Retrieve a company"
openapi: "GET /crm/companies/{id}"
---
4 changes: 4 additions & 0 deletions docs/crm/companies/api/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "List companies"
openapi: "GET /crm/companies"
---
4 changes: 4 additions & 0 deletions docs/crm/companies/api/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Update a company"
openapi: "PATCH /crm/companies"
---
3 changes: 3 additions & 0 deletions docs/crm/companies/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Overview
---
5 changes: 5 additions & 0 deletions docs/crm/deals/api/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Create a Deal"
description: "Create a Deal in any CRM Platform using this endpoint"
openapi: "POST /crm/deals"
---
5 changes: 5 additions & 0 deletions docs/crm/deals/api/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Retrieve a Deal"
description: "Retrieve a Deal in any CRM Platform using this endpoint"
openapi: "GET /crm/deals/{id}"
---
5 changes: 5 additions & 0 deletions docs/crm/deals/api/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "List Deals"
description: "List Deals in any CRM Platform using this endpoint"
openapi: "GET /crm/deals"
---
5 changes: 5 additions & 0 deletions docs/crm/deals/api/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Update a Deal"
description: "Update a Deal in any CRM Platform using this endpoint"
openapi: "PATCH /crm/deals"
---
2 changes: 1 addition & 1 deletion docs/crm/deals/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'The Deal Object - TODO'
title: 'The Deal Object'
description: 'Introduction to our CRM `deal` Unified Model'

---
Expand Down
5 changes: 5 additions & 0 deletions docs/crm/engagements/api/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Create an Engagement"
description: "Create an Engagement in any CRM Platform using this endpoint"
openapi: "POST /crm/engagements"
---
5 changes: 5 additions & 0 deletions docs/crm/engagements/api/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Retrieve an Engagement"
description: "Retrieve an Engagement in any CRM Platform using this endpoint"
openapi: "GET /crm/engagements/{id}"
---
5 changes: 5 additions & 0 deletions docs/crm/engagements/api/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "List Engagements"
description: "List Engagements in any CRM Platform using this endpoint"
openapi: "GET /crm/engagements"
---
5 changes: 5 additions & 0 deletions docs/crm/engagements/api/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Update an Engagement"
description: "Update an Engagement in any CRM Platform using this endpoint"
openapi: "PATCH /crm/engagements"
---
5 changes: 5 additions & 0 deletions docs/crm/notes/api/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Create a Note"
description: "Create a Note in any CRM Platform using this endpoint"
openapi: "POST /crm/notes"
---
5 changes: 5 additions & 0 deletions docs/crm/notes/api/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Retrieve a Note"
description: "Retrieve a Note in any CRM Platform using this endpoint"
openapi: "GET /crm/notes/{id}"
---
5 changes: 5 additions & 0 deletions docs/crm/notes/api/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "List Notes"
description: "List Notes in any CRM Platform using this endpoint"
openapi: "GET /crm/notes"
---
5 changes: 5 additions & 0 deletions docs/crm/notes/api/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Update a Note"
description: "Update a Note in any CRM Platform using this endpoint"
openapi: "PATCH /crm/notes"
---
Empty file added docs/crm/tasks/api/create.mdx
Empty file.
5 changes: 5 additions & 0 deletions docs/crm/tasks/api/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Retrieve a Task"
description: "List Task in any CRM Platform using this endpoint"
openapi: "GET /crm/tasks/{id}"
---
5 changes: 5 additions & 0 deletions docs/crm/tasks/api/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "List Tasks"
description: "List Tasks in any CRM Platform using this endpoint"
openapi: "GET /crm/tasks"
---
3 changes: 3 additions & 0 deletions docs/crm/tasks/api/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: "PATCH /crm/tasks"
---
5 changes: 5 additions & 0 deletions docs/crm/users/api/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Retrieve a User"
description: "Retrieve a User in any CRM Platform using this endpoint"
openapi: "GET /crm/users/{id}"
---
5 changes: 5 additions & 0 deletions docs/crm/users/api/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "List Users"
description: "List Users in any CRM Platform using this endpoint"
openapi: "GET /crm/users"
---
Loading

0 comments on commit a67a424

Please sign in to comment.