Skip to content

Commit

Permalink
management-service: Update Postman collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Woojciech committed Nov 24, 2024
1 parent f9aeaf1 commit 445f870
Showing 1 changed file with 91 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,36 @@
},
"response": []
},
{
"name": "/api/v1/notification-channels/mails/{id}",
"request": {
"method": "DELETE",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"xxx\",\n \"webhookUrl\": \"https://hooks.slack.com/services/xxx/xxx/xxx\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base-url}}/api/v1/notification-channels/slack/7",
"host": [
"{{base-url}}"
],
"path": [
"api",
"v1",
"notification-channels",
"slack",
"7"
]
}
},
"response": []
},
{
"name": "/api/v1/notification-channels/mails/{id}/test-notification",
"request": {
Expand Down Expand Up @@ -137,7 +167,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"\",\n \"webhookUrl\": \"https://hooks.slack.com/services/xxx/xxx/xxx\"\n}",
"raw": "{\n \"name\": \"werwerweasadasdasdr\",\n \"webhookUrl\": \"https://hooks.slack.com/services/AAAAAAAAA/BBBBBBBBBB/CCCCCCCCCCCCCC\"\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -189,6 +219,36 @@
},
"response": []
},
{
"name": "/api/v1/notification-channels/slack/{id}",
"request": {
"method": "DELETE",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"xxx\",\n \"webhookUrl\": \"https://hooks.slack.com/services/xxx/xxx/xxx\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base-url}}/api/v1/notification-channels/slack/7",
"host": [
"{{base-url}}"
],
"path": [
"api",
"v1",
"notification-channels",
"slack",
"7"
]
}
},
"response": []
},
{
"name": "/api/v1/notification-channels/slack/{id}/test-notification",
"request": {
Expand Down Expand Up @@ -290,6 +350,36 @@
},
"response": []
},
{
"name": "/api/v1/notification-channels/discord/{id}",
"request": {
"method": "DELETE",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"xxx\",\n \"webhookUrl\": \"https://hooks.slack.com/services/xxx/xxx/xxx\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base-url}}/api/v1/notification-channels/slack/7",
"host": [
"{{base-url}}"
],
"path": [
"api",
"v1",
"notification-channels",
"slack",
"7"
]
}
},
"response": []
},
{
"name": "/api/v1/notification-channels/discord/{id}/test-notification",
"request": {
Expand Down

0 comments on commit 445f870

Please sign in to comment.