Skip to content

Commit

Permalink
Merge pull request #6 from Cielo24/feature/EN-3172
Browse files Browse the repository at this point in the history
EN-3172: removed TurnaroundTimeHours from Docs
  • Loading branch information
mikeweaver committed Mar 16, 2015
2 parents 4c21b72 + 700b0a6 commit ebf6bfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/source/job_control/job_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Get a list of all tasks associated with an existing job.
"ExternalID": "sample_id",
"Priority": "STANDARD",
"Fidelity": "MECHANICAL",
"TurnaroundTimeHours": 48,
"JobStatus": "Complete",
"SourceLanguage": "en",
"TargetLanguage": "en",
Expand Down
2 changes: 0 additions & 2 deletions api/source/output_formats/formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The following defines the Job Info in JSON format:
"MediaLengthSeconds" : "<Integer>",
"ExternalID" : "<String (dependant on third-party integrations)",
"Priority" : "<Priority Enum>",
"TurnaroundTimeHours" : "<Integer>",
"Fidelity" : "<Fidelity Enum>",
"JobStatus" : "<Status Enum>",
"Options" : {
Expand Down Expand Up @@ -108,7 +107,6 @@ The following defines the Job in JSON format:
"TargetLanguage" : "<RFC 5646 Language Code>",
"CreationTime" : "<ISO 8601 Date String>",
"DueDate" : "<ISO 8601 Date String>",
"TurnaroundTimeHours" : "<Integer>",
"StartTime" : "<ISO 8601 Date String>",
"CompletedTime" : "<ISO 8601 Date String>"
"Options" : {
Expand Down

0 comments on commit ebf6bfb

Please sign in to comment.