keystone/api-ref/source/v3/samples/admin/endpoint-update-request.json
Colleen Murphy 428828d851 Fix endpoint examples in api-ref
Endpoints have no name property[1] so specifying one in an update
request is incorrect, nor should we expect one in response to a create.

[1] http://git.openstack.org/cgit/openstack/keystone/tree/keystone/catalog/schema.py?h=12.0.0#n90

Change-Id: I94ae15ef77872523920ed0b43fe5e09755766fb5
2017-08-30 20:06:33 +02:00

9 lines
186 B
JSON

{
"endpoint": {
"interface": "public",
"region_id": "north",
"url": "http://example.com/identity/v3/endpoints/828384",
"service_id": "345678"
}
}