> ## Documentation Index
> Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v1.0.1.1

> New data usage renewal endpoint, port-in and voicemail updates, data usage default note, OAuth2 path correction, and portal improvements.

<Info>
  **Version:** 1.0.1.1 · **Published:** May 20, 2026 · **Published by:** Telegent Platform Team
</Info>

This release adds the data usage renewal endpoint, expands the port-in and voicemail schemas, corrects the OAuth2 token path to match the live API, and improves the developer portal navigation and branding.

***

## New

<AccordionGroup>
  <Accordion title="Data usage renewal configuration endpoint">
    `POST /v1.0/numbers/data-usage/update-renewal-info` is now documented. Use this endpoint to configure the monthly or weekly usage reset cycle for one or more phone numbers, enable or disable auto-renew, and optionally zero out current usage immediately with `ResetUsage: true`. The renewal cycle is anchored to a per-number `RenewalDay` — not a global calendar reset.
  </Accordion>
</AccordionGroup>

***

## Enhanced

<AccordionGroup>
  <Accordion title="AccountId field added to Number Provision">
    `AccountId` (AID) is now documented as a field on `POST /v1.0/numbers/provision`. Required when a distributor account has more than one sub-account to scope the provisioned number to the correct account.
  </Accordion>

  <Accordion title="ProductType marked as required on Number Provision">
    `ProductType` is now correctly marked as a required field on `POST /v1.0/numbers/provision`. The four supported values are `Sms-Only`, `Data-Only`, `Sms+Data`, and `Sms+Data+Voice`.
  </Accordion>

  <Accordion title="TargetClassification added to Port In Eligibility">
    `TargetClassification` is now a required field on `POST /v1.0/numbers/portin/eligibility`. Specifies the intended number classification for the port (e.g. `Mobile`, `Landline`).
  </Accordion>

  <Accordion title="Port In Update payload expanded">
    `POST /v1.0/numbers/portin/update` now documents the full available payload: `PortInDate`, `TargetPortinClassification`, `SubscriberName`, and `ICCID` (required for pSIM port-ins only) in addition to the existing carrier and billing address fields.
  </Accordion>

  <Accordion title="FirstName and LastName added to Voicemail Update sample">
    The request body sample for `POST /v1.0/numbers/voicemail/update` now includes `FirstName` and `LastName` fields alongside `PIN` and `Email`.
  </Accordion>

  <Accordion title="Default data limit noted on Data Usage Limit endpoint">
    The description for `POST /v1.0/numbers/data-usage` now notes that unless a `LimitValue` is specified, the default data limit is **20 MB**.
  </Accordion>

  <Accordion title="Cancel Port In alias endpoint removed">
    `POST /v1.0/numbers/cancel-portin` has been removed from the API reference. Use `POST /v1.0/numbers/portin/cancel` instead.
  </Accordion>

  <Accordion title="OAuth2 token endpoint path corrected">
    The token endpoint path in the API reference has been corrected from `/v1.0/oauth2/tokens` to `/v1.0/OAuth2/tokens` to match the casing used by the live API. Existing integrations are unaffected as the live API handles both casings, but the documentation now reflects the canonical path.
  </Accordion>

  <Accordion title="Changelog navigation shows version numbers only">
    The changelog sidebar now displays version numbers only (e.g. v1.0.1.1) rather than the month and year. The published date is shown on each entry page.
  </Accordion>

  <Accordion title="Browser tab icon updated">
    The developer portal favicon has been updated to the Telegent logo mark, replacing the previous placeholder icon.
  </Accordion>
</AccordionGroup>

***

<Note>
  If you have questions about any of these changes, contact [support@telegent.com](mailto:support@telegent.com).
</Note>
