keystone/api-ref/source/v3/samples/admin/endpoint-update-response.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

13 lines
312 B
JSON

{
"endpoint": {
"id": "828384",
"interface": "internal",
"links": {
"self": "http://example.com/identity/v3/endpoints/828384"
},
"region_id": "north",
"service_id": "686766",
"url": "http://example.com/identity/v3/endpoints/828384"
}
}