You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Create a new notification. It will always be stored by the notification service and it will possibly also trigger actions like sending mails, depending on the cofigured rules.",
"description": "Registers a set of origins in the given service. Replaces origins of this service if they already existed. The origins can be ulitized to set trigger conditions for actions.",
954
+
"consumes": [
955
+
"application/json"
956
+
],
957
+
"produces": [
958
+
"application/json"
959
+
],
960
+
"tags": [
961
+
"origin"
962
+
],
963
+
"summary": "Register Origins",
964
+
"parameters": [
965
+
{
966
+
"type": "string",
967
+
"description": "serviceID of the calling service, needs to be unique among all services registering origins",
968
+
"name": "serviceID",
969
+
"in": "path",
970
+
"required": true
971
+
},
972
+
{
973
+
"description": "origins provided by the calling service",
0 commit comments