cinder/api-ref/source/v3/samples/backups/v3.9/backup-update-request.json
Toheeb 6172d2a9a0 Automate generation of backups api-ref samples
This patch adds the following tests:

1) List backup with details
2) Show backup
3) Update backup

Partially-Implements: blueprint generating-sample-files
Change-Id: I9bbfab93fb138932243d880e440c9524b5f08217
2023-07-13 14:25:52 +01:00

6 lines
94 B
JSON

{
"backup":{
"name":"backup001",
"description": "this is a backup"
}
}