Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing doc for Account Members Endpoints #408

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

erikw
Copy link
Contributor

@erikw erikw commented Nov 22, 2022

Add documentation for:

  • GET /{account_slug}/members/{member_id}
  • PUT /{account_slug}/members/{member_id}
  • DELETE /{account_slug}/members/{member_id}

Update documentation for:

The deploy preview is here:
https://deploy-preview-408--open-api.netlify.app/#tag/member

@netlify
Copy link

netlify bot commented Nov 22, 2022

Deploy Preview for open-api ready!

Name Link
🔨 Latest commit b3f5a0f
🔍 Latest deploy log https://app.netlify.com/sites/open-api/deploys/6390adc2c8ff4b0009a2071e
😎 Deploy Preview https://deploy-preview-408--open-api.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@erikw erikw force-pushed the erikw/395/add-accounts-update-doc branch 6 times, most recently from ad60a39 to 0e7ef51 Compare November 23, 2022 08:19
@erikw erikw force-pushed the erikw/395/add-accounts-update-doc branch 2 times, most recently from 95ff5d3 to 97c182f Compare December 7, 2022 12:35
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]>
@erikw erikw force-pushed the erikw/395/add-accounts-update-doc branch from 97c182f to b3f5a0f Compare December 7, 2022 15:14
@erikw erikw marked this pull request as ready for review December 7, 2022 15:19
@erikw erikw requested a review from a team as a code owner December 7, 2022 15:19
@erikw erikw requested a review from a team December 7, 2022 15:19
Copy link
Contributor

@Ayushi3333 Ayushi3333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@erikw erikw merged commit cf2dbf3 into master Dec 8, 2022
@erikw erikw deleted the erikw/395/add-accounts-update-doc branch December 8, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants