Created
February 9, 2026 20:15
-
-
Save typhonius/f5db8dd7314ded6a82b2801e4b1424fc to your computer and use it in GitHub Desktop.
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": "httpbin Basic API", | |
| "version": "1.0.0" | |
| }, | |
| "paths": { | |
| "/status/200": { | |
| "get": { | |
| "summary": "Returns a 200 OK status code", | |
| "responses": { | |
| "200": { | |
| "description": "Successful response" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment