From 373afa34690dd2137d733fe1fc2a05a353e91ced Mon Sep 17 00:00:00 2001 From: songwenping Date: Tue, 27 Sep 2022 15:22:21 +0800 Subject: [PATCH] Add project id sample in the request body MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes-Bugļ¼š#1927056 Change-Id: I2d8342886ffb497a51919309c026c91de2fd262c --- .../accelerator_requests/accelerator_requests-patch-curl.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api_samples/accelerator_requests/accelerator_requests-patch-curl.json b/doc/api_samples/accelerator_requests/accelerator_requests-patch-curl.json index 6e117f0c..bd6d7fc5 100644 --- a/doc/api_samples/accelerator_requests/accelerator_requests-patch-curl.json +++ b/doc/api_samples/accelerator_requests/accelerator_requests-patch-curl.json @@ -9,4 +9,6 @@ curl -g -i -X PATCH http://192.168.23.138/accelerator/v2/accelerator_requests \ "value": "506220bc-18f2-4294-9b29-80267a021dc0"}, {"op": "add", "path": "/hostname", "value": "centos-80"}, {"op": "add", "path": "/device_rp_uuid", - "value": "03631f82-20a9-3f67-a29d-dc1abe4042bf"}]}' + "value": "03631f82-20a9-3f67-a29d-dc1abe4042bf"}, + {"op": "add", "path": "/project_id", + "value": "8934fbea7b3f4685bd8ee7cf166a4c09"}]}'