Skip to content

Commit

Permalink
update firefighter api
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed Apr 21, 2024
1 parent a84e411 commit 354174e
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ post:
type: string
example: String
orderIndex:
type: number
type:
- number
- 'null'
example: null
example:
- attributeDefaultValue: '''Enter Account ID here'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ get:
items:
type: object
properties:
actionJson:
type: string
example: >-
{"sendEmail":"false","saveToDBElastic":{"version":"v2","checked":"true"},"saveToFile":"false"}
allowedAction:
type: string
example: 1:Accept,2:Revoke,3:Further Review
Expand Down
Loading

0 comments on commit 354174e

Please sign in to comment.