Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created November 26, 2020 16:18
Show Gist options
  • Select an option

  • Save badsyntax/50ba5ec813a6ecac942b6ee177de0cae to your computer and use it in GitHub Desktop.

Select an option

Save badsyntax/50ba5ec813a6ecac942b6ee177de0cae to your computer and use it in GitHub Desktop.
openapi: 3.0.3
info:
title: Title
version: 0.51.0
servers:
- url: https://{host}/admin
variables:
host:
default: box.example.com
description: The API hostname.
paths:
/me:
get:
operationId: getMe
responses:
200:
description: Successful operation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment