Skip to content

Commit

Permalink
Show method and path as code
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Dec 9, 2024
1 parent 6860df2 commit 6dfe5f8
Show file tree
Hide file tree
Showing 382 changed files with 763 additions and 763 deletions.
4 changes: 2 additions & 2 deletions integrations/aircall-basic/actions/create-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /users
- **Method:** POST
- **Path:** `/users`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/aircall-basic/actions/delete-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /users
- **Method:** DELETE
- **Path:** `/users`
- **Method:** `DELETE`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/aircall-basic/syncs/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /users
- **Method:** GET
- **Path:** `/users`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/airtable/actions/create-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /webhooks
- **Method:** POST
- **Path:** `/webhooks`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/airtable/actions/delete-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /webhooks
- **Method:** DELETE
- **Path:** `/webhooks`
- **Method:** `DELETE`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/airtable/actions/list-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /webhooks
- **Method:** GET
- **Path:** `/webhooks`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/airtable/syncs/bases.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /bases
- **Method:** GET
- **Path:** `/bases`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/airtable/syncs/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ the table belongs to

### Request Endpoint

- **Path:** /tables
- **Method:** GET
- **Path:** `/tables`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/algolia/actions/create-contacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /contacts
- **Method:** POST
- **Path:** `/contacts`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/anrok/actions/create-ephemeral-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /ephmeral-transactions
- **Method:** POST
- **Path:** `/ephmeral-transactions`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/anrok/actions/create-or-update-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /transactions
- **Method:** POST
- **Path:** `/transactions`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/anrok/actions/negate-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /transactions/negate
- **Method:** POST
- **Path:** `/transactions/negate`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/anrok/actions/void-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /transactions/void
- **Method:** POST
- **Path:** `/transactions/void`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/actions/create-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /tasks
- **Method:** POST
- **Path:** `/tasks`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/actions/delete-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /tasks
- **Method:** DELETE
- **Path:** `/tasks`
- **Method:** `DELETE`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/actions/fetch-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /projects/limit
- **Method:** GET
- **Path:** `/projects/limit`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/actions/fetch-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /workspaces/limit
- **Method:** GET
- **Path:** `/workspaces/limit`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/actions/update-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /tasks
- **Method:** PATCH
- **Path:** `/tasks`
- **Method:** `PATCH`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/syncs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /projects
- **Method:** GET
- **Path:** `/projects`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/syncs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /tasks
- **Method:** GET
- **Path:** `/tasks`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/syncs/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /users
- **Method:** GET
- **Path:** `/users`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/asana/syncs/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /workspaces
- **Method:** GET
- **Path:** `/workspaces`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/application-change-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /applications/source
- **Method:** POST
- **Path:** `/applications/source`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/application-change-stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /applications/stage
- **Method:** POST
- **Path:** `/applications/stage`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/application-update-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /applications/history
- **Method:** POST
- **Path:** `/applications/history`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/application-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /applications
- **Method:** PATCH
- **Path:** `/applications`
- **Method:** `PATCH`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/create-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /applications
- **Method:** POST
- **Path:** `/applications`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/create-candidate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /candidates
- **Method:** POST
- **Path:** `/candidates`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/create-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /notes
- **Method:** POST
- **Path:** `/notes`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/actions/interview-stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /interviews/stages
- **Method:** GET
- **Path:** `/interviews/stages`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/syncs/candidates.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /candidates
- **Method:** GET
- **Path:** `/candidates`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/ashby/syncs/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /jobs
- **Method:** GET
- **Path:** `/jobs`
- **Method:** `GET`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/avalara/actions/commit-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /transactions
- **Method:** PUT
- **Path:** `/transactions`
- **Method:** `PUT`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/avalara/actions/create-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /transactions
- **Method:** POST
- **Path:** `/transactions`
- **Method:** `POST`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/avalara/actions/void-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### Request Endpoint

- **Path:** /transactions
- **Method:** DELETE
- **Path:** `/transactions`
- **Method:** `DELETE`

### Request Query Parameters

Expand Down
4 changes: 2 additions & 2 deletions integrations/avalara/syncs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Request Endpoint

- **Path:** /transactions
- **Method:** GET
- **Path:** `/transactions`
- **Method:** `GET`

### Request Query Parameters

Expand Down
Loading

0 comments on commit 6dfe5f8

Please sign in to comment.