Skip to content

Commit 1a46e52

Browse files
author
Jeff Shillitto
committed
Update Create API resource path
1 parent 2a26b85 commit 1a46e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/CreateApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function getGeneratedAssetRequest($id, string $contentType = self::conten
363363
}
364364

365365

366-
$resourcePath = '/path_alias_createassets/{id}';
366+
$resourcePath = '/assets/{id}';
367367
$formParams = [];
368368
$queryParams = [];
369369
$headerParams = [];
@@ -710,7 +710,7 @@ public function postGenerateAssetRequest($generated_asset, string $contentType =
710710
}
711711

712712

713-
$resourcePath = '/path_alias_createassets';
713+
$resourcePath = '/assets';
714714
$formParams = [];
715715
$queryParams = [];
716716
$headerParams = [];

0 commit comments

Comments
 (0)