Skip to content

Commit

Permalink
Merge pull request #3045 from xkureck/openApiBugfix
Browse files Browse the repository at this point in the history
OpenApi fixed
  • Loading branch information
zlamalp committed Jan 12, 2021
1 parent a05e103 commit 71e9527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perun-openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12726,10 +12726,10 @@ paths:
type: object
required:
- mailType
- applicationId
- appId
properties:
mailType: { $ref: '#/components/schemas/MailType' }
applicationId: { type: integer, description: "application id" }
appId: { type: integer, description: "application id" }
reason: { type: string, description: "you can specify reason for case: mailType == APP_REJECTED_USER" }

/json/registrarManager/getApplicationForm/vo:
Expand Down

0 comments on commit 71e9527

Please sign in to comment.