ContributionsMost RecentMost LikesSolutionsHow to replace "bearer" in Bearer Authentication with "idtoken" My project expects Authorization token with "idtoken" instead of "bearer". How should I implement it in open API: 3.0.1 ? Couldn't find anything in the documentation. Authorization: idtoken <token> SolvedDifferent request payload for different path parameter values how to add different request payload for different path parameter values. I am using {index} in my path and want to have different request payloads for different index values ( displayed using enum ) Solved