fix: 📝 Update HTTP documentation

This commit is contained in:
Jesse Wierzbinski 2024-08-06 17:14:22 +02:00
parent df3514a297
commit 94149042fe
No known key found for this signature in database
2 changed files with 26 additions and 13 deletions

View file

@ -42,6 +42,11 @@ Where:
Sign this string using the user's private key. The resulting signature should be encoded in base64.
Example:
```
post /notes a2ebc29eb6762a9164fbcffc9271e8a53562a5e725e7187ea7d88d03cbe59341 n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg=
```
### Verifying the Signature
To verify a signature, the server must: