Added attachment LinkButton

This commit is contained in:
Alex
2025-07-16 08:47:16 +03:00
parent a7c948dd95
commit 3e93f14784
7 changed files with 75 additions and 13 deletions
-1
View File
@@ -19,7 +19,6 @@ interface ClientApiInterface
* @param array<string, mixed> $body The request body.
*
* @return array<string, mixed> The decoded JSON response as an associative array.
*
* @throws ClientApiException for API-level errors (4xx, 5xx).
* @throws NetworkException for network-related issues.
* @throws SerializationException for JSON encoding/decoding failures.