Files
neutron-lib/api-ref/source/v2/samples/flavors/flavor-update-response.json
Akihiro Motoki e3cb5a4129 api-ref: Move sample JSON files under v2 directory
Previously sample JSON files are placed in the top directory
of api-ref, but they belong to v2 API, so it sounds reasonable
to place them in v2 directory.

Preparation of API-ref cleanup.

Part of blueprint neutron-in-tree-api-ref

Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
2016-08-04 10:33:10 +09:00

11 lines
248 B
JSON

{
"flavor": {
"description": "New description",
"enabled": false,
"service_profiles": [],
"service_type": "LOADBALANCERV2",
"id": "7fc0581b-4509-49e1-90eb-c953c877fa4c",
"name": "newname"
}
}