latestOpenAPI 3.0.12026-08-102668257.3 KB

8e9a8f8010ab

Notifications and Webhook
post/updateWebhookURL.do

Headers

Acceptstring required
Content-Typestring required
Accept-Encodingstring required
x-atlas-client-idstring required
x-atlas-client-secretstring required

Request body

urlstring required

The URL for receiving webhook notifications

Response

statusinteger required
msgstring

It serves as an additional description of the response result. Especially when the interface reports an error (status !=0), it is usually a human-readable error message. Note: Do not use this field in any programming scenarios. For example, do not judge whether the interface responds successfully based on this field. Instead, you should only determine it by checking whether the status is equal to0at any time.