New Member
Since ‎02-23-2019
‎06-22-2021

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

CABLE53's Bio

Badges yusufmayet Earned

View all badges

Recent Activity

Hi guys,Using Drupal 7 based dev portal. The swagger/OAS specifies API Key auth:securityDefinitions: ApiKeyAuth: type: "apiKey" name: "X-API-Key" in: "header" security: - ApiKeyAuth: [] When I import the swagger into SmartDocs, it picks up the API Ke...