File tree Expand file tree Collapse file tree 6 files changed +787
-0
lines changed
content/en/api/v2/on-call Expand file tree Collapse file tree 6 files changed +787
-0
lines changed Original file line number Diff line number Diff line change @@ -9427,6 +9427,54 @@ menu:
94279427 url : /api/latest/on-call/
94289428 identifier : on-call
94299429 generated : true
9430+ - name : Get an On-Call notification channel for a user
9431+ url : ' #get-an-on-call-notification-channel-for-a-user'
9432+ identifier : on-call-get-an-on-call-notification-channel-for-a-user
9433+ parent : on-call
9434+ generated : true
9435+ params :
9436+ versions :
9437+ - v2
9438+ operationids :
9439+ - GetUserNotificationChannel
9440+ unstable : []
9441+ order : 14
9442+ - name : Delete an On-Call notification channel for a user
9443+ url : ' #delete-an-on-call-notification-channel-for-a-user'
9444+ identifier : on-call-delete-an-on-call-notification-channel-for-a-user
9445+ parent : on-call
9446+ generated : true
9447+ params :
9448+ versions :
9449+ - v2
9450+ operationids :
9451+ - DeleteUserNotificationChannel
9452+ unstable : []
9453+ order : 13
9454+ - name : Create an On-Call notification channel for a user
9455+ url : ' #create-an-on-call-notification-channel-for-a-user'
9456+ identifier : on-call-create-an-on-call-notification-channel-for-a-user
9457+ parent : on-call
9458+ generated : true
9459+ params :
9460+ versions :
9461+ - v2
9462+ operationids :
9463+ - CreateUserNotificationChannel
9464+ unstable : []
9465+ order : 16
9466+ - name : List On-Call notification channels for a user
9467+ url : ' #list-on-call-notification-channels-for-a-user'
9468+ identifier : on-call-list-on-call-notification-channels-for-a-user
9469+ parent : on-call
9470+ generated : true
9471+ params :
9472+ versions :
9473+ - v2
9474+ operationids :
9475+ - ListUserNotificationChannels
9476+ unstable : []
9477+ order : 15
94309478 - name : Set On-Call team routing rules
94319479 url : ' #set-on-call-team-routing-rules'
94329480 identifier : on-call-set-on-call-team-routing-rules
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ {
2+ "data" : {
3+ "attributes" : {
4+ "config" : {
5+ 6+ "formats" : [
7+ " html"
8+ ],
9+ "type" : " email"
10+ }
11+ },
12+ "type" : " notification_channels"
13+ }
14+ }
Original file line number Diff line number Diff line change 12371237 "description" : " Create On-Call schedule returns \" Created\" response"
12381238 }
12391239 ],
1240+ "CreateUserNotificationChannel" : [
1241+ {
1242+ "group" : " on-call" ,
1243+ "suffix" : " " ,
1244+ "description" : " Create an On-Call notification channel for a user returns \" Created\" response"
1245+ }
1246+ ],
12401247 "SetOnCallTeamRoutingRules" : [
12411248 {
12421249 "group" : " on-call" ,
You can’t perform that action at this time.
0 commit comments