Skip to content

v4.175.0

Compare
Choose a tag to compare
@Vernholio Vernholio released this 01 May 17:08
· 53 commits to development since this release

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.

Fixed

  • Updated Node balancer CLI commands to use proper operator.
  • Removed references to CVV which is no longer required by vendor.
  • Fix to Linode Create endpoint. Request body example incorrectly listed "nat_1_1": "add" when it is supposed to be "nat_1_1": "any".