Skip to content

Commit

Permalink
Remove references to ECONOMY priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeweaver committed Jan 27, 2015
1 parent 3fbc289 commit f103dd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/source/job_control/job_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The list is sorted by default to the creation time of the job, descending.

.. sourcecode:: http

GET /api/job/list?v=1&api_token=7ca5dc5c7cce449fb0fff719307e8f5f&Priority=ECONOMY HTTP/1.1
GET /api/job/list?v=1&api_token=7ca5dc5c7cce449fb0fff719307e8f5f&Priority=STANDARD HTTP/1.1
Host: api.cielo24.com

.. sourcecode:: http
Expand Down
8 changes: 4 additions & 4 deletions api/source/job_control/perform_transcription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ See :ref:`callback documentation <callbacks-label>` for details.
| | The number of hours after submission that the job will be returned.</br> |
| | If not specified, it will be set to a default based on the value of</br> |
| | the priority parameter. The defaults are 24, 48 and 72 for the</br> |
| | PRIORITY, STANDARD, ECONOMY priorities respectively. If you</br> |
| | PRIORITY and STANDARD priorities respectively. If you</br> |
| | request a smaller number of hours than the default for the</br> |
| | priority you have selected, the priority will be automatically</br> |
| | changed. For example if you request a <i>turnaround_hours</i> of 36</br> |
| | with a priority of ECONOMY, the priority will be automatically,</br> |
| | and silently, changed to STANDARD. |
| | changed. For example if you request a <i>turnaround_hours</i> of 16</br> |
| | with a priority of STANDARD, the priority will be automatically,</br> |
| | and silently, changed to PRIORITY. |
| +------------------+----------------------------------------------------------------------+
| | `Allowed Values` | Integer |
| +------------------+----------------------------------------------------------------------+
Expand Down
6 changes: 0 additions & 6 deletions api/source/output_formats/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,9 @@ Priority Enumeration
<font color="firebrick">
<p>
<span style="padding: 20px">
ECONOMY</br>
<span style="padding: 20px">
STANDARD</br>
<span style="padding: 20px">
PRIORITY</br>
<span style="padding: 20px">
CRITICAL</br>
<span style="padding: 20px">
HIGH</br>
</font>

.. _fidelity-label:
Expand Down
2 changes: 1 addition & 1 deletion api/source/use_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following delineates the simplified steps involved:
#. Make request to perform a transcription task. Specify:

#. :ref:`Fidelity <fidelity-label>` : MECHANICAL, PREMIUM or PROFESSIONAL fidelity transcription.
#. :ref:`Priority <priority-label>` : ECONOMY, STANDARD or PRIORITY.
#. :ref:`Priority <priority-label>` : STANDARD or PRIORITY.

#. Wait for callback URL or poll task status for completion.
#. [**Option**] Request transcript. Specify format of transcript (e.g. standard, time coded, replace slang, etc.). Request can be made multiple times for a given job (i.e. multiple requests can be made for multiple output types).
Expand Down

0 comments on commit f103dd2

Please sign in to comment.