Skip to content

Commit

Permalink
Merge pull request #935 from skateman/alert-profile-patchput
Browse files Browse the repository at this point in the history
Allow PATCH/PUT editing of alert_definition_profiles
  • Loading branch information
lpichler authored Oct 26, 2020
2 parents 25cefe2 + 5ea6092 commit 4f632ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
:identifier: alert_definition_profile
:options:
- :collection
:verbs: *gpd
:verbs: *gpppd
:klass: MiqAlertSet
:subcollections:
- :alert_definitions
Expand Down Expand Up @@ -130,6 +130,12 @@
:identifier: alert_definition_profile_edit
- :name: unassign
:identifier: alert_definition_profile_edit
:patch:
- :name: edit
:identifier: alert_definition_profile_edit
:put:
- :name: edit
:identifier: alert_definition_profile_edit
:delete:
- :name: delete
:identifier: alert_definition_profile_delete
Expand Down

0 comments on commit 4f632ce

Please sign in to comment.