May 1, 2024 — Linode API
11 months ago by cverner@akamai.com
v4.175.0
Added
Included new endpoints for parent-child account support:
- List child account (GET /account/child-accounts)
- Get a child account (GET /account/child-accounts/{euuid})
- Create a proxy user token (POST /account/child-accounts/{euuid}/token)
Updated
- Modified existing endpoints to include specifics for parent-child account support:
- List users (GET /account/users)
- Get a user (GET /account/users/{username})
- Create a user (POST /account/users)
- Delete a user (DELETE /account/users/{username})
- Update a user (PUT /account/users/{username})
- Update a profile (PUT /profile)
- List a user's grants (GET /account/users/{username}/grants). Added the new
child_account_access
grant. - Update a user’s grants (PUT /account/users/ {username}/grants)
- Cancel your account (POST /account/cancel)
- Update you account (PUT /account)
- Create a personal access token (POST /profile/tokens)
- Pointed out non-availability of these billing-related endpoints for child account use:
- Update your account (PUT /account)
- Add a payment method (POST /account/payment-methods/)
- Make a payment (POST /account/payments/)
- Add a promo credit (POST /account/promo-codes)
- Other minor edits for formatting and compatibility.
Fixed
- Create a Linode (POST /linode/instances). Request body example incorrectly listed
"nat_1_1": "add"
when it’s supposed to be"nat_1_1": "any"
. - NodeBalancer CLI commands. Updated to use proper operators.