19 May 2019 04:29 PM
Hi guys,
Customer MOM is replacing it rest API token every day.
So we need to automate the change of the HTTP header for custom integration notification
We found configuration API / notifications / PUT /notifications/{id} that seem to update the notifications but its not clear were can we find WebHookNotificationConfig model
Anyone can spill some light here? first if HTTP header update is possible from this API ? and if yes where can we find example / model / documentation
Thanks in advance
Yos
Solved! Go to Solution.
20 May 2019 01:34 PM
Did you check the end of the API specification. There you find the model definitions, as shown below:
20 May 2019 01:53 PM
Absolutist missed that 😕
thanks for your help
Yos