|
83 | 83 |
|
84 | 84 | ## delete_whatsapp_template |
85 | 85 |
|
86 | | -> Hash<String, Object> delete_whatsapp_template(waba_id, name, opts) |
| 86 | +> Object delete_whatsapp_template(waba_id, name, opts) |
87 | 87 |
|
88 | 88 | Deletes a WhatsApp template |
89 | 89 |
|
@@ -119,15 +119,15 @@ end |
119 | 119 |
|
120 | 120 | This returns an Array which contains the response data, status code and headers. |
121 | 121 |
|
122 | | -> <Array(Hash<String, Object>, Integer, Hash)> delete_whatsapp_template_with_http_info(waba_id, name, opts) |
| 122 | +> <Array(Object, Integer, Hash)> delete_whatsapp_template_with_http_info(waba_id, name, opts) |
123 | 123 |
|
124 | 124 | ```ruby |
125 | 125 | begin |
126 | 126 | # Deletes a WhatsApp template |
127 | 127 | data, status_code, headers = api_instance.delete_whatsapp_template_with_http_info(waba_id, name, opts) |
128 | 128 | p status_code # => 2xx |
129 | 129 | p headers # => { ... } |
130 | | - p data # => Hash<String, Object> |
| 130 | + p data # => Object |
131 | 131 | rescue MessenteApi::ApiError => e |
132 | 132 | puts "Error when calling WhatsAppTemplatesApi->delete_whatsapp_template_with_http_info: #{e}" |
133 | 133 | end |
|
143 | 143 |
|
144 | 144 | ### Return type |
145 | 145 |
|
146 | | -**Hash<String, Object>** |
| 146 | +**Object** |
147 | 147 |
|
148 | 148 | ### Authorization |
149 | 149 |
|
|
313 | 313 |
|
314 | 314 | ## update_whatsapp_template |
315 | 315 |
|
316 | | -> Hash<String, Object> update_whatsapp_template(waba_id, template_id, whatsapp_update_template_request) |
| 316 | +> Object update_whatsapp_template(waba_id, template_id, whatsapp_update_template_request) |
317 | 317 |
|
318 | 318 | Updates a WhatsApp template |
319 | 319 |
|
@@ -347,15 +347,15 @@ end |
347 | 347 |
|
348 | 348 | This returns an Array which contains the response data, status code and headers. |
349 | 349 |
|
350 | | -> <Array(Hash<String, Object>, Integer, Hash)> update_whatsapp_template_with_http_info(waba_id, template_id, whatsapp_update_template_request) |
| 350 | +> <Array(Object, Integer, Hash)> update_whatsapp_template_with_http_info(waba_id, template_id, whatsapp_update_template_request) |
351 | 351 |
|
352 | 352 | ```ruby |
353 | 353 | begin |
354 | 354 | # Updates a WhatsApp template |
355 | 355 | data, status_code, headers = api_instance.update_whatsapp_template_with_http_info(waba_id, template_id, whatsapp_update_template_request) |
356 | 356 | p status_code # => 2xx |
357 | 357 | p headers # => { ... } |
358 | | - p data # => Hash<String, Object> |
| 358 | + p data # => Object |
359 | 359 | rescue MessenteApi::ApiError => e |
360 | 360 | puts "Error when calling WhatsAppTemplatesApi->update_whatsapp_template_with_http_info: #{e}" |
361 | 361 | end |
|
371 | 371 |
|
372 | 372 | ### Return type |
373 | 373 |
|
374 | | -**Hash<String, Object>** |
| 374 | +**Object** |
375 | 375 |
|
376 | 376 | ### Authorization |
377 | 377 |
|
|
0 commit comments