hi,
please help on how to post multiple json in config.json as i need to test various endpoints in one ctk report. (how to add payload for delete endpoint)
{
"url": "http://tmf640-serviceactivation-v4.mybluemix.net/tmf-api/ServiceActivationAndConfiguration/v4/",
"headers": {
"Accept": "application/json",
"Content-Type": "application/json",
"Authorization": "Bearer 1321321"
},
"payloads": {
"Service": {
"POST": {
"payload": {
"serviceSpecification": {
"id": "cfs45"
},
"state": "active"
}
}
}
}
}
#General------------------------------
Saumya Bansal
TO BE VERIFIED
------------------------------