Skip to content

Commit

Permalink
Merge pull request #3905 from StackStorm/user_fix
Browse files Browse the repository at this point in the history
Update openapi.yaml definition file - user is required property for match and execute API endpoint
  • Loading branch information
Kami authored Dec 12, 2017
2 parents 1b96c4d + 8e77366 commit 016938d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions st2common/st2common/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4216,6 +4216,7 @@ definitions:
required:
- command
- source_channel
- user
properties:
command:
type: string
Expand Down
1 change: 1 addition & 0 deletions st2common/st2common/openapi.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4212,6 +4212,7 @@ definitions:
required:
- command
- source_channel
- user
properties:
command:
type: string
Expand Down

0 comments on commit 016938d

Please sign in to comment.