keystone/api-ref/source/v3/samples/admin/endpoint-create-request.json
Dave Chen caa3a91b68 Remove name property from endpoint create/update API
`endpoint` doesn't need `name` property by default, remove
them from the doc, this change make it align with V3 API SPEC.

Change-Id: I61429b39086d15aed7d2315d7c3971727a9fa419
2016-07-15 18:44:25 +08:00

9 lines
216 B
JSON

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