Skip to content

Instantly share code, notes, and snippets.

View rishabh-15's full-sized avatar

Rishabh Rathore rishabh-15

  • Bangalore, Karnataka
View GitHub Profile
openapi: "3.0.0"
info:
title: Auth Demo API (API Key Header Only)
version: "1.0.0"
description: "OpenAPI specification focused on API Key Header authentication for ZAP integration testing"
servers:
- url: http://localhost/api
paths:
/none:
get: