Skip to content

Commit

Permalink
Fix lint, add missing change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Oct 29, 2019
1 parent 3400a76 commit 0343096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion st2api/st2api/controllers/v1/rules.py
Expand Up @@ -40,7 +40,8 @@
LOG = logging.getLogger(__name__)


class RuleController(BaseRestControllerMixin, BaseResourceIsolationControllerMixin, ContentPackResourceController):
class RuleController(BaseRestControllerMixin, BaseResourceIsolationControllerMixin,
ContentPackResourceController):
"""
Implements the RESTful web endpoint that handles
the lifecycle of Rules in the system.
Expand Down
8 changes: 8 additions & 0 deletions st2common/st2common/openapi.yaml
Expand Up @@ -2649,6 +2649,10 @@ paths:
in: query
description: Enabled filter
type: string
- name: show_secrets
in: query
description: Show secrets in plain text
type: boolean
x-parameters:
- name: user
in: context
Expand Down Expand Up @@ -2710,6 +2714,10 @@ paths:
description: Entity reference or id
type: string
required: true
- name: show_secrets
in: query
description: Show secrets in plain text
type: boolean
x-parameters:
- name: user
in: context
Expand Down

0 comments on commit 0343096

Please sign in to comment.