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

Not applicable

1528-screenshot-from-2015-11-23-110620.png

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

Solved Solved
0 2 102
1 ACCEPTED SOLUTION

@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;
}

1530-screen-shot-2015-11-23-at-112652-am.png

View solution in original post

2 REPLIES 2

@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;
}

1530-screen-shot-2015-11-23-at-112652-am.png

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