Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Licenses
  • Home
  • Frequently Asked Questions
  • Api
    • User Login
    • Changelog
      • v1
      • v2
      • v3
      • v4
    • v1
      • Clients
        • Licenses
          • Get Licenses
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v2
      • Clients
        • Licenses
          • Get Licenses
      • Games
        • Minecraft
          • Get Minecraft Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v3
      • Games
        • Minecraft
          • Get Minecraft Server
        • Fivem
          • Get Fivem Server
      • Reseller
        • Licenses
          • Check License
            GET
          • Generate License
            POST
          • Update License
            PUT
          • Delete License
            DELETE
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get Domain Information
        • Get DNS Information
      • User Login
        POST
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
        • Get Domain Information
        • Mail DNS Checker
        • Validate Email Host
        • Get Subdomains
        • Geo IP
      • User Login
        • Create Secret
        • Revoke Secret
    • Oauth2
      • Access Token
        POST
      • Read Profile
        GET
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
    • Billing Portals
      • Paymenter
        • Extensions
          • Discord Linked Roles
            • Installation
            • Setting Up
          • CyberPanel
            • Installation
            • Setting Up
          • NeudAuth
            • Installation
            • Setting Up
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
  • ProbeCore
    • Introduction
    • Self Hosting
      • Installation
        • VPS Installation
        • Pterodactyl Installation
  1. Licenses

Update License

Obsolete
PUT
https://api.ricardoneud.com/v3/reseller/{license_key}/update
Maintainer:Ricardoneud.com
This documentation helps you update a license by providing the necessary details via headers.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.ricardoneud.com/v3/reseller//update' \
--header 'X-Registered-To;' \
--header 'X-Domain-Or-IP;' \
--header 'X-Status;' \
--header 'X-Product-Id;' \
--header 'X-Project-Id;'
Response Response Example
{
  "message": "License updated successfully"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Responses

🟢200Success
application/json
❗ You must provide at least one of the following headers:
X-Registered-To, X-Domain-Or-IP, X-Status, X-Product-Id, or X-Project-Id.

Special Behavior

If X-Product-Id is included but empty, the license will be disassociated from the product (product_id will be set to NULL).

Error Responses

401 Unauthorized: The reseller token is invalid or does not match the license.
404 Not Found: The license key does not exist.
400 Bad Request: No update fields were provided in the headers.
500 Internal Server Error: A database error occurred during the update.

Notes

The reseller token must belong to the same reseller_id as the license in order to perform an update.
All update fields must be passed as HTTP headers.
To remove a product association, send X-Product-Id with an empty value.
Body

Modified at 2025-08-17 16:21:57
Previous
Generate License
Next
Delete License
Built with