Skip to content

Instantly share code, notes, and snippets.

@char0n
Created August 7, 2023 12:59
Show Gist options
  • Save char0n/1368f0b773f97252e2d06768cd13b66d to your computer and use it in GitHub Desktop.
Save char0n/1368f0b773f97252e2d06768cd13b66d to your computer and use it in GitHub Desktop.
openapi: 3.1.0
info:
version: 1.0.0
title: Novo to Back Office (Financials)
description: This API contains Novo to Back Office Integrations (Financials)
servers:
- description: PeopleSoft Financials
url: www
security:
- basicAuth: []
paths:
/permAssignments:
$ref: '#/components/pathItems/aa'
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
pathItems:
aa:
description: aa
get:
description: aaaa
responses:
'200':
description: aa
content:
application/json:
schema:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment