Update a license
PUT/products/{product_id}/licenses/{license_id}.json
Update a specific license by its ID. For ownership transfer please use the new_user_id. Ownership transfer is not supported for SaaS products.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The updated license.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.