Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

correct an endpoint route #2689

Merged
merged 1 commit into from
Aug 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/b2b/credit-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This call changes the company's credit limit to $1000. The `available_limit` par

**Sample Usage**

`PUT /V1/companyCredits/company/2`
`PUT /V1/companyCredits/2`

**Payload**

Expand Down