Skip to content

Commit

Permalink
All deal pipeline endpoints are POST endpoints
Browse files Browse the repository at this point in the history
pidera committed Dec 6, 2023
1 parent 79a63da commit 00ee200
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
@@ -2642,7 +2642,7 @@ Each deal belongs to a specific pipeline, in which it goes through the different

*Required scopes: `deals`*

### dealPipelines.list [GET /dealPipelines.list]
### dealPipelines.list [POST /dealPipelines.list]

Get a list of all deal pipelines.

2 changes: 1 addition & 1 deletion src/03-deals/deal-pipelines.apib
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Each deal belongs to a specific pipeline, in which it goes through the different

*Required scopes: `deals`*

### dealPipelines.list [GET /dealPipelines.list]
### dealPipelines.list [POST /dealPipelines.list]

Get a list of all deal pipelines.

0 comments on commit 00ee200

Please sign in to comment.