Skip to content

Commit

Permalink
[skip ci] Add swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
envision-ci-agent committed Oct 9, 2024
1 parent 13eea49 commit f46e3bb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7499,6 +7499,38 @@ paths:
tags: *ref_13
security:
- bearer: []
/schemas/type-by-user/{schemaType}:
get:
operationId: SchemaApi_getSchemaByTypeAndUser
summary: Finds the schema using the json document type.
description: Finds the schema using the json document type.
parameters:
- name: schemaType
required: true
in: path
description: Type
schema:
type: string
responses:
'200':
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/SchemaDTO'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'500':
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
tags: *ref_13
security:
- bearer: []
/schemas/list/all:
get:
operationId: SchemaApi_getAll
Expand Down

0 comments on commit f46e3bb

Please sign in to comment.