Skip to content

Commit

Permalink
Added expired as a possible state of an archive
Browse files Browse the repository at this point in the history
  • Loading branch information
eauge committed Jun 19, 2014
1 parent 1fe11f3 commit e4841e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTok/Util/archive-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"status": {
"type": "string",
"enum": ["available", "started", "stopped", "failed", "deleted", "uploaded"]
"enum": ["available", "started", "stopped", "failed", "deleted", "uploaded", "expired"]
},
"url": {
"type": ["string", "null"]
Expand Down

0 comments on commit e4841e9

Please sign in to comment.