API routes section error in freezer-api README.rst

Change-Id: I0499ec40cada5a6b1d74f87a42ff97df2378647e
Closes-Bug: #1642195
This commit is contained in:
Shangzhong Zhu
2016-11-16 17:19:24 +08:00
parent 13e49dcaf2
commit e4162efc9e

View File

@@ -263,7 +263,7 @@ Freezer clients management
POST /v1/clients Creates client entry
GET /v1/clients/{freezerc_id} Get client details
UPDATE /v1/clients/{freezerc_id} Updates the specified client information
PATCH /v1/clients/{freezerc_id} Updates the specified client information
DELETE /v1/clients/{freezerc_id} Deletes the specified client information
Freezer jobs management
@@ -308,7 +308,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} adds the job to the session
DELETE /v1/sessions/{sessions_id}/jobs/{job_id} deletes the job from the session
Backup metadata structure
============================