We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83673cc commit 3f2e6c9Copy full SHA for 3f2e6c9
src/Envato/Schema.php
@@ -44,6 +44,7 @@ public function __invoke() {
44
'sale' => '/v3/market/author/sale',
45
'purchases' => '/v3/market/buyer/list-purchases',
46
'purchase' => '/v3/market/buyer/purchase',
47
+ 'download' => '/v3/market/buyer/download',
48
'details' => '/v1/market/private/user/account.json',
49
'username' => '/v1/market/private/user/username.json',
50
'email' => '/v1/market/private/user/email.json',
0 commit comments