keystone/api-ref/source/v2-admin/samples/admin/tenant-update-request.json
Steve Martinelli e00c89e965 v2 api: add tenant APIs
The /v2.0/tenant routes are incorrectly in the OS-KSADM APIs. They
should be in the v2-admin APIs.

Move the sample files accordingly and remove any unused sample files.

Route link: https://github.com/openstack/keystone/blob/master/keystone/v2_crud/admin_crud.py#L60-L79

Change-Id: I6e6dd4bbfdb8b46fb146db089eaeaaa1f6d2d86a
2016-07-16 15:33:20 +00:00

9 lines
145 B
JSON

{
"tenant": {
"id": "1234",
"name": "ACME corp",
"description": "A description ...",
"enabled": true
}
}