Created
August 7, 2023 12:59
-
-
Save char0n/1368f0b773f97252e2d06768cd13b66d to your computer and use it in GitHub Desktop.
This file contains 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.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