Skip to content

Update Licenses External Id

Request

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
Path
licenseIdinteger, (int64)required

ID of the license

Example:1
Bodyapplication/json
externalIdstring

externalId

Example:"External License Id Eg:156"
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"
  }'

Responses

OK