Problem description
The API Design Guidelines mandates the usage of HTTP (instead of HTTPS) for notifications (Link to subscription attributes). Specifically the statement
Identifier of a delivery protocol. Only HTTP is allowed for now.
is misleading and should be replaced with "Only HTTPS is allowed for now".
Expected behavior
Update the attributes table (link) and replace all occurrences of 'HTTP' with 'HTTPS'.
Alternative solution
Additional context