Update Licenses External Id. Only users with Library Manager permission can update the External Id of a license. The licenseId should be a valid license id and the externalId should not exceed 255 characters.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/licenses/{licenseId}
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/licenses/{licenseId}
curl -i -X PATCH \
https://codeinsightapi.redocly.app/_mock/swagger/licenses/1 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"externalId": "External License Id Eg:156"
}'