This commit is contained in:
2026-05-01 16:50:58 -04:00
parent e43220b877
commit c64dec8c3b

View File

@@ -60,7 +60,7 @@ API URL:
https://example.com/yourls-api.php
Signature:
e484ea32c0
ABC123
```
⚠️ Important:
@@ -68,13 +68,13 @@ e484ea32c0
The signature field must contain **only the signature value**, not:
```
signature=e484ea32c0
signature=ABC123
```
Correct:
```
e484ea32c0
ABC123
```
---