Skip to content

Commit

Permalink
Merge pull request #15 from Cielo24/feature/CLC-522
Browse files Browse the repository at this point in the history
Feature/clc 522
  • Loading branch information
ccoakley committed Aug 25, 2015
2 parents 84cfd5e + 0aa864e commit 0b2c787
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions api/source/access_control/generate_api_key.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ even if keys already exist.
| +------------------+-----------------------------------------------------------+
| | `Example` | ``api_token=7ca5dc5c7cce449fb0fff719307e8f5f`` |
+------------------+------------------+-----------------------------------------------------------+
| account_id | `Description` | The username associated with this account |
| +------------------+-----------------------------------------------------------+
| | `Allowed Values` | String |
| +------------------+-----------------------------------------------------------+
| | `Example` | ``account_id=john_doe`` |
+------------------+------------------+-----------------------------------------------------------+

**Query String Parameters** - Optional

Expand All @@ -48,6 +42,12 @@ even if keys already exist.
| +------------------+-----------------------------------------------------------+
| | `Example` | ``force_new=true`` |
+------------------+------------------+-----------------------------------------------------------+
| account_id | `Description` | Username of a sub account for which to generate a key |
| +------------------+-----------------------------------------------------------+
| | `Allowed Values` | String |
| +------------------+-----------------------------------------------------------+
| | `Example` | ``account_id=my_sub_account`` |
+------------------+------------------+-----------------------------------------------------------+

**Responses**

Expand Down
6 changes: 3 additions & 3 deletions api/source/access_control/update_password.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Update the password for a given account. HTTP POST only.
+------------------+------------------------------------------------------------------------------+
| Name | Details |
+==================+==================+===========================================================+
| Username | `Description` | Sub-account for which the password should be updated. |
| username | `Description` | Sub-account for which the password should be updated |
| +------------------+-----------------------------------------------------------+
| | `Allowed Values` | String. |
| | `Allowed Values` | String |
| +------------------+-----------------------------------------------------------+
| | `Example` | ``myaccountname`` |
| | `Example` | ``username=my_sub_account`` |
+------------------+------------------+-----------------------------------------------------------+

**Responses**
Expand Down
8 changes: 4 additions & 4 deletions api/source/job_control/create_job.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ Creating a job is prerequisite for virtually all other methods.
| +------------------+-----------------------------------------------------------+
| | `Example` | ``language=en`` |
+------------------+------------------+-----------------------------------------------------------+
| external_id | `Description` | An identifier you want to associate with this job. |
| external_id | `Description` | An identifier you want to associate with this job |
| +------------------+-----------------------------------------------------------+
| | `Allowed Values` | String |
| +------------------+-----------------------------------------------------------+
| | `Default Value` | None |
| +------------------+-----------------------------------------------------------+
| | `Example` | ``external_id=12345`` |
+------------------+------------------+-----------------------------------------------------------+
| Username | `Description` | Create the job in specified sub-account. |
| username | `Description` | Create the job in specified sub-account |
| +------------------+-----------------------------------------------------------+
| | `Allowed Values` | String. |
| | `Allowed Values` | String |
| +------------------+-----------------------------------------------------------+
| | `Example` | ``myaccountname`` |
| | `Example` | ``username=my_sub_account`` |
+------------------+------------------+-----------------------------------------------------------+

**Responses**
Expand Down
4 changes: 2 additions & 2 deletions api/source/output_formats/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Fidelity Enumeration
.. _job-difficulty-label:

JobDifficulty Enumeration
----------------------
-------------------------

.. raw:: html

Expand Down Expand Up @@ -328,7 +328,7 @@ Customer Approval Tools Enumeration
.. _iwp-label:

IWP Enumeration
-----------------------------------
---------------

.. raw:: html

Expand Down

0 comments on commit 0b2c787

Please sign in to comment.