From e4162efc9e076b1174d4ebd8345fe526ef00abbb Mon Sep 17 00:00:00 2001 From: Shangzhong Zhu Date: Wed, 16 Nov 2016 17:19:24 +0800 Subject: [PATCH] API routes section error in freezer-api README.rst Change-Id: I0499ec40cada5a6b1d74f87a42ff97df2378647e Closes-Bug: #1642195 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2612f6e3..781a3565 100644 --- a/README.rst +++ b/README.rst @@ -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 ============================