1.Basic API with header 2.Copy to home 3.Move to home 4.Delete API 5.Check API name uniquness 6.Search API on side bar
14 lines
372 B
JSON
14 lines
372 B
JSON
{
|
|
"baseUrl":"https://mock-api.appsmith.com",
|
|
"methods":"users",
|
|
"headerKey":"Content-Type",
|
|
"headerValue":"application/xml",
|
|
"queryKey":"page",
|
|
"queryValue":"2",
|
|
"queryAndValue":"users?page=2",
|
|
"successStatusCode":"200 OK",
|
|
"failureStatusCode":"5000",
|
|
"responsetext":"Roger Brickelberry",
|
|
"pageResponsetext":"Josh M Krantz",
|
|
"apiname":"SecondAPI"
|
|
} |