@@ -52,8 +52,8 @@ def initialize(base_url: nil, channel_access_token:, http_options: {})
52
52
# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app
53
53
# @return [response body, response status code, and response headers]
54
54
# @return [Array(Line::Bot::V2::Liff::AddLiffAppResponse, Integer, Hash{String => String})] when HTTP status code is 200
55
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 400
56
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 401
55
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 400
56
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 401
57
57
def add_liff_app_with_http_info (
58
58
add_liff_app_request :
59
59
)
@@ -107,9 +107,9 @@ def add_liff_app(
107
107
# @param liff_id [String] ID of the LIFF app to be updated
108
108
# @see https://developers.line.biz/en/reference/liff-server/#delete-liff-app
109
109
# @return [response body, response status code, and response headers]
110
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 200
111
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 401
112
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 404
110
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 200
111
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 401
112
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 404
113
113
def delete_liff_app_with_http_info (
114
114
liff_id :
115
115
)
@@ -159,8 +159,8 @@ def delete_liff_app(
159
159
# @see https://developers.line.biz/en/reference/liff-server/#get-all-liff-apps
160
160
# @return [response body, response status code, and response headers]
161
161
# @return [Array(Line::Bot::V2::Liff::GetAllLiffAppsResponse, Integer, Hash{String => String})] when HTTP status code is 200
162
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 401
163
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 404
162
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 401
163
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 404
164
164
def get_all_liff_apps_with_http_info (
165
165
)
166
166
path = "/liff/v1/apps"
@@ -210,10 +210,10 @@ def get_all_liff_apps(
210
210
# @param update_liff_app_request [UpdateLiffAppRequest]
211
211
# @see https://developers.line.biz/en/reference/liff-server/#update-liff-app
212
212
# @return [response body, response status code, and response headers]
213
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 200
214
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 400
215
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 401
216
- # @return [String|nil, Integer, Hash{String => String})] when HTTP status code is 404
213
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 200
214
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 400
215
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 401
216
+ # @return [Array(( String|nil) , Integer, Hash{String => String})] when HTTP status code is 404
217
217
def update_liff_app_with_http_info (
218
218
liff_id :,
219
219
update_liff_app_request :
0 commit comments