tuix-email-service-client 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ClientApi.md +1 -1
- package/package.json +1 -1
package/docs/ClientApi.md
CHANGED
|
@@ -609,7 +609,7 @@ No authorization required
|
|
|
609
609
|
| **204** | Template deleted successfully | - |
|
|
610
610
|
| **400** | Return an error if there is a missing or invalid field | - |
|
|
611
611
|
| **401** | Return an error if the user is not authorized | - |
|
|
612
|
-
| **404** | Return an error if
|
|
612
|
+
| **404** | Return an error if email template not found | - |
|
|
613
613
|
| **500** | Return an error if an internal error occurs | - |
|
|
614
614
|
|
|
615
615
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|