Add project id sample in the request body

Closes-Bug:#1927056
Change-Id: I2d8342886ffb497a51919309c026c91de2fd262c
This commit is contained in:
songwenping 2022-09-27 15:22:21 +08:00 committed by Wenping Song
parent bc8b25fe7b
commit 373afa3469
1 changed files with 3 additions and 1 deletions

View File

@ -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"}]}'