Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 129
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