Closed ReneRanzinger closed 4 years ago
localhost:8080/dictionary/funding_source
Sample Input JSON:
{
"name": "funding_src_sample",
"url": "test.com",
"abbreviation":"FSS"
}
localhost:8080/dictionary/keywords
Sample Input JSON:
{
"name": "keywords sample",
"url": "test.com",
"description":"hello world"
}
localhost:8080/dictionary/keywords
Sample Input JSON:
{
"name": "keywords sample",
"url": "test.com",
"namespace":"hello",
"link_pattern":"null",
"description":"hello world"
}
Sample Output:
{
message: success
}
445adb324b0776b5436797e3e571059e77a3068d
5bdb2234196248e420303fc7f32d5b2ae3c25f2d
added
Sample Input:
{
"name": "keywords sample",
"url": "test.com",
"description":"hello world"
}
Input
Function
Ouput Error json or success json.