API Reference
Update License By ID
Update a license.
Path Parameters
id*string
License ID to update.
Header Parameters
x-api-key*string
The API key to authenticate with.
Request Body
application/json
ownerId?string
creatorId?string
productId?string
expires?string
maxIps?number
Response Body
curl -X PATCH "https://loading/api/v1/licenses/string" \ -H "x-api-key: your-api-key-from-config" \ -H "Content-Type: application/json" \ -d '{}'