Skip to content

Commit

Permalink
Merge pull request #96 from berkingurcan/fix-docs
Browse files Browse the repository at this point in the history
docs fix endpoints
  • Loading branch information
berkingurcan authored Feb 4, 2025
2 parents ab98ed5 + cf2db03 commit aecdb48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ No header.
### 8. Add Feedback

**ENDPOINT**:
`POST /proposals/:proposalId/feedbacks`
`POST /api/govbot/proposals/:proposalId/feedbacks`

**Headers**:

Expand Down Expand Up @@ -545,7 +545,7 @@ No header.
### 9. Summarize Feedbacks for Proposal

**ENDPOINT**:
`POST /proposals/:proposalId/feedbacks/summary`
`POST /api/govbot/proposals/:proposalId/feedbacks/summary`

**Headers**:

Expand All @@ -566,7 +566,7 @@ No request body required.
### 10. Get Feedback Summary

**ENDPOINT**:
`GET /proposals/:proposalId/feedbacks/summary`
`GET /api/govbot/proposals/:proposalId/feedbacks/summary`

**Headers**:

Expand Down

0 comments on commit aecdb48

Please sign in to comment.