koterix

Results 2 issues of koterix

Hi, I have a problem, the getPublishedList method in Mautic \ Api \ Api for ContactFields returns all the fields. Version mautic v2.15.1 ![Screenshot from 2019-03-21 14-21-57](https://user-images.githubusercontent.com/13648491/54751842-d0d8b300-4be4-11e9-81c4-4d6de70d16bf.png) --- Want to...

Have a problem. Bearer not write before key! ``` @SWG\SecurityScheme( securityDefinition="Bearer", type="apiKey", name="Authorization", in="header" ), ``` Result: `-H "Authorization: r6IesHXXyGqhePR_Rg3o5ULCbgn1eHMn"` but must be a `-H "Authorization: Bearer r6IesHXXyGqhePR_Rg3o5ULCbgn1eHMn"` Sorry for...