Skip to content

Commit c442fcb

Browse files
authored
Update Date format to YYYY-mm-dd
I assume the format for Dates is YYYY-mm-dd, not YYY-mm-dd
1 parent 2650d85 commit c442fcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/API_Reference/Web_API/Customer_Subuser_API/account_limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ A recurring reset will allow you to periodically reset a subusers credits to a n
8181
{% parameter 'user' 'Yes' 'Subuser must be under your account' 'The subuser you will be applying a recurring credit limit to' %}
8282
{% parameter 'credits' 'Yes' 'Unsigned integer' 'The number of credits the subuser will be reset to' %}
8383
{% parameter 'period' 'Yes' 'Must be either daily, weekly, or monthly' 'How often you want SendGrid to reset the subuser credits' %}
84-
{% parameter 'startdate' 'No' 'Date must be in <code>YYY-mm-dd</code> format' 'The date you want to start resetting the subuser credits' %}
85-
{% parameter 'enddate' 'No' 'Date must be in <code>YYY-mm-dd</code> format' 'The date you want to stop resetting the subusers credits. After this date, credits will not be added to the account, but can still be consumed' %}
84+
{% parameter 'startdate' 'No' 'Date must be in <code>YYYY-mm-dd</code> format' 'The date you want to start resetting the subuser credits' %}
85+
{% parameter 'enddate' 'No' 'Date must be in <code>YYYY-mm-dd</code> format' 'The date you want to stop resetting the subusers credits. After this date, credits will not be added to the account, but can still be consumed' %}
8686
{% parameter 'initial_credits' 'No' 'Unsigned integer' 'The number of credits you initially want the account reset to. If this is not set, the credits will be reset using the credits parameter. Useful when setting up a subuser with partially-consumed credits' %}
8787
{% endparameters %}
8888

0 commit comments

Comments
 (0)