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
Probably a minor thing but our E2EE currently confuses Swagger code generator a bit - it does not pick up the EncryptedRequestBody class, and it does not indicate that the communication is encrypted.
As a result, documentation is missing request objects from encrypted endpoints and only contains decrypted response object without any hint.
The text was updated successfully, but these errors were encountered:
Probably a minor thing but our E2EE currently confuses Swagger code generator a bit - it does not pick up the
EncryptedRequestBody
class, and it does not indicate that the communication is encrypted.As a result, documentation is missing request objects from encrypted endpoints and only contains decrypted response object without any hint.
The text was updated successfully, but these errors were encountered: