- While running https://api.refinitiv.com/user-data/lists/v1/lists APi with request as below : (Which I created taking sample from FMRRequest.txt)
- {
- "namespace": "default",
- "name": "FMR",
- "description": null,
- "items": [
- {
- "value": "88035DDT9"
- },
- {
- "value": "196480GK7"
- }
- ],
- "metaData": [
- {
- "data": {
- "List Source": "TM3",
- "IdentifierType": "Cusip"
- }
- }
- ]
- }
- I am getting error as : "key": "CreateList.Name-CreateList.Namespace",
- "reason": "Name must be unique in a namespace."
Question : Do we need to keep the "name" value different each time we create request file ?