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

Draft of API docs for parent-child #934

Merged
merged 7 commits into from
Apr 30, 2024

Conversation

Vernholio
Copy link
Collaborator

@Vernholio Vernholio commented Apr 26, 2024

New

Included new endpoints for parent-child account support:

  • GET /account/child-accounts
  • GET /account/child-accounts/{euuid}
  • POST /account/child-accounts/{euuid}/token

Updated

  • Modified existing endpoints to include specifics for parent-child account support:

    • GET /account/users
    • GET /account/users/{username}
    • POST /account/users
    • DELETE /account/users/{username}
    • PUT /account/users/{username}
    • PUT /profile
    • PUT /account/users/{username}/grants
    • POST /account/cancel
    • PUT /account
    • POST /profile/tokens
    • PUT /profile/tokens
  • Pointed out non-availability of these billing-related endpoints for child account use:

    • PUT /account
    • POST /account/credit-card
    • POST /account/payment-methods/*
    • POST /account/payments/*
    • POST /account/promo-codes
  • Other minor edits for formatting and compatibility.

openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
@Vernholio Vernholio merged commit 5e089cb into linode:development Apr 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants