csepulveda commented on code in PR #8603:
URL: 
https://github.com/apache/incubator-devlake/pull/8603#discussion_r2429145082


##########
backend/plugins/pagerduty/impl/impl.go:
##########
@@ -168,6 +183,18 @@ func (p PagerDuty) ApiResources() 
map[string]map[string]plugin.ApiResourceHandle
                "connections/:connectionId/scopes/:scopeId/latest-sync-state": {
                        "GET": api.GetScopeLatestSyncState,
                },
+               "connections/:connectionId/scope-configs": {
+                       "POST": api.CreateScopeConfig,
+                       "GET":  api.GetScopeConfigList,
+               },
+               "connections/:connectionId/scope-configs/:scopeConfigId": {
+                       "PATCH":  api.PatchScopeConfig,
+                       "GET":    api.GetScopeConfig,
+                       "DELETE": api.DeleteScopeConfig,
+               },
+               "scope-config/:scopeConfigId/projects": {

Review Comment:
   Hello @klesh 
   I have a question, in other plugins: (bitbucket, github, gitlab, jira, 
trello, etc...) the path used is  `scope-config/:scopeConfigId/projects` .
   
   Let me know hoy to proceed.
   Thanks for review this!.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to