Fix description for 'Freezer sessions management' and 'Session-Job

association' in README.rst

Incorrect description for 'Freezer sessions management' and
'Session-Job association' in README.rst, change the description
of 'DELETE' from 'adds the job to the session' to 'removes
the job from the session'.

Change-Id: I1d2be9f40982735e8985bbfb2bbc079620d15873
This commit is contained in:
Pengju Jiao 2016-12-05 14:59:15 +08:00
parent b708d571e5
commit 94dbb1819d
1 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ Freezer sessions management
POST /v1/sessions/{sessions_id}/action requests actions (e.g. start/end) upon a specific session
PUT /v1/sessions/{sessions_id}/jobs/{job_id} adds the job to the session
DELETE /v1/sessions/{sessions_id}/jobs/{job_id} deletes the job from the session
DELETE /v1/sessions/{sessions_id}/jobs/{job_id} removes the job from the session
Backup metadata structure
============================
@ -884,7 +884,7 @@ Session-Job association
.. code-block::
PUT /v1/sessions/{sessions_id}/jobs/{job_id} adds the job to the session
DELETE /v1/sessions/{sessions_id}/jobs/{job_id} adds the job to the session
DELETE /v1/sessions/{sessions_id}/jobs/{job_id} removes the job from the session
Known Issues
=============