diff --git a/docs/classes/LINE-Clients-Liff-Api-LiffApi.html b/docs/classes/LINE-Clients-Liff-Api-LiffApi.html index 3f935fe0..9cd14fb4 100644 --- a/docs/classes/LINE-Clients-Liff-Api-LiffApi.html +++ b/docs/classes/LINE-Clients-Liff-Api-LiffApi.html @@ -674,7 +674,7 @@

@@ -684,7 +684,9 @@

public addLIFFApp(AddLiffAppRequest $addLiffAppRequest[, string $contentType = self::contentTypes['addLIFFApp'][0] ]) : AddLiffAppResponse - +

Create LIFF app

+
+

Parameters
@@ -752,7 +754,7 @@

@@ -762,7 +764,9 @@

public addLIFFAppAsync(AddLiffAppRequest $addLiffAppRequest[, string $contentType = self::contentTypes['addLIFFApp'][0] ]) : PromiseInterface - +

Create LIFF app

+
+

Parameters
@@ -820,7 +824,7 @@

@@ -830,7 +834,9 @@

public addLIFFAppAsyncWithHttpInfo(AddLiffAppRequest $addLiffAppRequest[, string $contentType = self::contentTypes['addLIFFApp'][0] ]) : PromiseInterface - +

Create LIFF app

+
+

Parameters
@@ -888,7 +894,7 @@

@@ -956,7 +962,7 @@

@@ -966,7 +972,9 @@

public addLIFFAppWithHttpInfo(AddLiffAppRequest $addLiffAppRequest[, string $contentType = self::contentTypes['addLIFFApp'][0] ]) : array<string|int, mixed> - +

Create LIFF app

+
+

Parameters
@@ -1036,7 +1044,7 @@

@@ -1116,7 +1124,7 @@

@@ -1186,7 +1194,7 @@

LiffApi.php : - 536 + 544 @@ -1256,7 +1264,7 @@

@@ -1324,7 +1332,7 @@

@@ -1406,7 +1414,7 @@

@@ -1477,7 +1485,7 @@

@@ -1538,7 +1546,7 @@

LiffApi.php : - 806 + 814 @@ -1599,7 +1607,7 @@

@@ -1658,7 +1666,7 @@

@@ -1843,7 +1851,7 @@

@@ -1853,7 +1861,9 @@

public updateLIFFApp(string $liffId, UpdateLiffAppRequest $updateLiffAppRequest[, string $contentType = self::contentTypes['updateLIFFApp'][0] ]) : void - +

Update LIFF app from a channel

+
+

Parameters
@@ -1930,7 +1940,7 @@

@@ -1940,7 +1950,9 @@

public updateLIFFAppAsync(string $liffId, UpdateLiffAppRequest $updateLiffAppRequest[, string $contentType = self::contentTypes['updateLIFFApp'][0] ]) : PromiseInterface - +

Update LIFF app from a channel

+
+

Parameters
@@ -2007,7 +2019,7 @@

LiffApi.php : - 1032 + 1048 @@ -2017,7 +2029,9 @@

public updateLIFFAppAsyncWithHttpInfo(string $liffId, UpdateLiffAppRequest $updateLiffAppRequest[, string $contentType = self::contentTypes['updateLIFFApp'][0] ]) : PromiseInterface - +

Update LIFF app from a channel

+
+

Parameters
@@ -2084,7 +2098,7 @@

@@ -2161,7 +2175,7 @@

@@ -2171,7 +2185,9 @@

public updateLIFFAppWithHttpInfo(string $liffId, UpdateLiffAppRequest $updateLiffAppRequest[, string $contentType = self::contentTypes['updateLIFFApp'][0] ]) : array<string|int, mixed> - +

Update LIFF app from a channel

+
+

Parameters
@@ -2250,7 +2266,7 @@

diff --git a/line-openapi b/line-openapi index eb2bf14a..3a04af12 160000 --- a/line-openapi +++ b/line-openapi @@ -1 +1 @@ -Subproject commit eb2bf14aa2ccf1d9cb6ccc14fd4ab4d43bf0ae36 +Subproject commit 3a04af12d49126d64d2ed30bb33d47dcc32d2011 diff --git a/src/clients/liff/lib/Api/LiffApi.php b/src/clients/liff/lib/Api/LiffApi.php index 0f5807e9..0221eedb 100644 --- a/src/clients/liff/lib/Api/LiffApi.php +++ b/src/clients/liff/lib/Api/LiffApi.php @@ -149,6 +149,8 @@ public function getConfig() /** * Operation addLIFFApp * + * Create LIFF app + * * @param \LINE\Clients\Liff\Model\AddLiffAppRequest $addLiffAppRequest addLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['addLIFFApp'] to see the possible values for this operation * @@ -165,6 +167,8 @@ public function addLIFFApp($addLiffAppRequest, string $contentType = self::conte /** * Operation addLIFFAppWithHttpInfo * + * Create LIFF app + * * @param \LINE\Clients\Liff\Model\AddLiffAppRequest $addLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['addLIFFApp'] to see the possible values for this operation * @@ -263,6 +267,8 @@ public function addLIFFAppWithHttpInfo($addLiffAppRequest, string $contentType = /** * Operation addLIFFAppAsync * + * Create LIFF app + * * @param \LINE\Clients\Liff\Model\AddLiffAppRequest $addLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['addLIFFApp'] to see the possible values for this operation * @@ -282,6 +288,8 @@ function ($response) { /** * Operation addLIFFAppAsyncWithHttpInfo * + * Create LIFF app + * * @param \LINE\Clients\Liff\Model\AddLiffAppRequest $addLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['addLIFFApp'] to see the possible values for this operation * @@ -927,6 +935,8 @@ public function getAllLIFFAppsRequest(string $contentType = self::contentTypes[' /** * Operation updateLIFFApp * + * Update LIFF app from a channel + * * @param string $liffId ID of the LIFF app to be updated (required) * @param \LINE\Clients\Liff\Model\UpdateLiffAppRequest $updateLiffAppRequest updateLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['updateLIFFApp'] to see the possible values for this operation @@ -943,6 +953,8 @@ public function updateLIFFApp($liffId, $updateLiffAppRequest, string $contentTyp /** * Operation updateLIFFAppWithHttpInfo * + * Update LIFF app from a channel + * * @param string $liffId ID of the LIFF app to be updated (required) * @param \LINE\Clients\Liff\Model\UpdateLiffAppRequest $updateLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['updateLIFFApp'] to see the possible values for this operation @@ -1002,6 +1014,8 @@ public function updateLIFFAppWithHttpInfo($liffId, $updateLiffAppRequest, string /** * Operation updateLIFFAppAsync * + * Update LIFF app from a channel + * * @param string $liffId ID of the LIFF app to be updated (required) * @param \LINE\Clients\Liff\Model\UpdateLiffAppRequest $updateLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['updateLIFFApp'] to see the possible values for this operation @@ -1022,6 +1036,8 @@ function ($response) { /** * Operation updateLIFFAppAsyncWithHttpInfo * + * Update LIFF app from a channel + * * @param string $liffId ID of the LIFF app to be updated (required) * @param \LINE\Clients\Liff\Model\UpdateLiffAppRequest $updateLiffAppRequest (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['updateLIFFApp'] to see the possible values for this operation