Can I show only get, post methods in apigee console.

I want to show only get and post methods in select box above is it possible.

@Sivagopal Manapragada ,

You can do same using CSS, use below css in style tab to hide the DELETE & PUT.

select#request_verb option:nth-child(3),  select#request_verb option:nth-child(4){
    display:none !important;
}

2 Likes

worked perfectly thank you very much. Can we send file contents as input i.e. output of file_get_contents().

Can you please answer this one also

https://community.apigee.com/questions/13218/is-it-possible-to-have-multiple-file-uploads-in-ap.html