Skip to content

Commit

Permalink
Clarification for upload_limit_expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
Melraidin committed Jan 14, 2016
1 parent beb9a2c commit f150052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/formats_and_terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ The profile format of a User object includes the following data:
If the user you are requesting is the currently authenticated user these additional fields will be returned:
- **email** - The user's email address.
- **upload\_limit** - The remaining upload limit this user has, integer
- **upload\_limit\_expiry** - The date at which additional uploads will be available, timestamp
- **upload\_limit\_expiry** - The date at which additional uploads will be available, if the user is currently allowed to upload then this will be now, timestamp
- **upgrade\_expiry\_date** - The date at which the user's subscription will expire, timestamp
- **auth** - A dictionary of a user's social network authentications. Possible keys are <code>facebook, twitter, google_oauth2</code>. Each key will have a value of '1' as existing authentication or '0' as no authentication.

Expand Down

0 comments on commit f150052

Please sign in to comment.