Hi Community,
Could someone please help me on this?
I am trying to create global values using control room API but getting response as “not found”.
Method: POST
URI : “controlroomURL\v1\globalvalues\details\new”
Body parameter :
{
"name": "acb",
"isOverridable": true,
"type": "STRING",
"string": "Test@123"
}