codelists version 3
Use this resource to unlock code lists locked by other users based on its internal ID or alias.
Note: To identify a code list based on its name, use the codelists version 1 REST APIs.
Unlock a code list (v3)
Unlocks a code list that's locked by another user based on an internal ID or alias.
Note: To use the API, you require the Informatica Intelligent Cloud Services Reference 360 Administrator role.
PUT request
To unlock a code list based on an internal ID or alias, submit a PUT request with the following URI:
/rdm-service/external/v3/codelists/{codeListKey}/unlock
PUT request query parameters
The following table describes the parameter in the request:
Parameter | Type | Description |
---|
codeListKey | String | Internal ID or alias of a code list that you want to unlock. |
PUT response
A 202 accepted response is returned.
PUT example
To unlock a code list based on the internal ID or alias, you might use the following request:
PUT https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v3/codelists/sap_country/unlock HTTP/1.1
Accept: application/json
IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
The following sample response shows the accepted response:
HTTP/1.1 202 Accepted