-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add missing doc for Account Members Endpoints
Add documentation for: * `GET /{account_slug}/members/{member_id}` * `PUT /{account_slug}/members/{member_id}` * `DELETE /{account_slug}/members/{member_id}` Update documentation for: * `POST /{account_slug}/members` - params should be in request body, not query params. * I needed to `$ go get -u golang.org/x/sys` as `$ make generate` on macOS 12.6 with Go 1.19.3 (Homebrew) othwerwise failed with "go:linkname must refer to declared function or variable". The suggested solution to update sys comes from https://stackoverflow.com/a/71508032/265508 Fixes #395 Co-authored-by: Nicola Aitken <[email protected]>
- Loading branch information
1 parent
64db0f9
commit 97c182f
Showing
13 changed files
with
1,407 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.