Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Jan 6, 2023
1 parent 4341f1e commit 30ff84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagerduty/automation_actions_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (s *AutomationActionsActionService) AssociateToService(actionID, serviceID
}

// Dissociate an Automation Action with a service
func (s *AutomationActionsActionService) DissociateToService(actionID, serviceID string) (*Response, error) {
func (s *AutomationActionsActionService) DissociateFromService(actionID, serviceID string) (*Response, error) {
u := fmt.Sprintf("%s/%s/services/%s", automationActionsActionBaseUrl, actionID, serviceID)

return s.client.newRequestDoOptions("DELETE", u, nil, nil, nil)
Expand Down

0 comments on commit 30ff84c

Please sign in to comment.