docs/GetSmsCampaign.md in sib-api-v3-sdk-2.1.4 vs docs/GetSmsCampaign.md in sib-api-v3-sdk-2.1.5
- old
+ new
@@ -5,12 +5,12 @@
------------ | ------------- | ------------- | -------------
**id** | **Integer** | ID of the SMS Campaign |
**name** | **String** | Name of the SMS Campaign |
**status** | **String** | Status of the SMS Campaign |
**content** | **String** | Content of the SMS Campaign |
-**scheduled_at** | **DateTime** | Date on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format |
+**scheduled_at** | **DateTime** | UTC date-time on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format |
**test_sent** | **BOOLEAN** | Retrieved the status of test SMS sending. (true=Test SMS has been sent false=Test SMS has not been sent) |
**sender** | **String** | Sender of the SMS Campaign |
-**created_at** | **DateTime** | Creation date of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
-**modified_at** | **DateTime** | Date of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
+**created_at** | **DateTime** | Creation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
+**modified_at** | **DateTime** | UTC date-time of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |