Skip to content

Commit

Permalink
Add actionType to Operation (#12099)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelij authored Dec 17, 2020
1 parent 9ac6ebf commit a96054b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,10 @@
"description": "Indicates whether the operation is a data action",
"type": "boolean"
},
"actionType": {
"description": "Indicates the action type.",
"type": "string"
},
"display": {
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
Expand Down

0 comments on commit a96054b

Please sign in to comment.