use content as parameter name instead of plaintext

Co-authored-by: Igor Sirotin <igor.sirotin.1012@gmail.com>
This commit is contained in:
Ivan FB 2026-04-23 21:54:29 +02:00 committed by GitHub
parent 49936a1a11
commit af1a8849d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ types:
type: function
description: "Encrypts a byte payload. Returns the encrypted payload."
parameters:
- name: plaintext
- name: content
type: array<byte>
returns:
type: result<array<byte>, error>