This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |