Update endpoint api for optional region_id

As per the bug, 'name' and 'nme' are not part of the 'endpoint'
table and were being assigned to the 'extras' column. This is
why they are not being validated.

The endpoint docs also show that `region_id` is not optional, even
though it is. This updates the docs to reflect optional `region_id`.

Closes-Bug: #1579014
Change-Id: I085b75c59767eb96b3bdfe3b887e5e2639122a34
This commit is contained in:
Samuel Pilla 2017-01-31 09:21:18 -06:00
parent d4a1bbda0b
commit 49632aee6d

View File

@ -354,7 +354,7 @@ Request Parameters
- enabled: endpoint_enabled_notRequired
- interface: endpoint_interface
- service_id: service_id
- region_id: region_id
- region_id: region_id_1
Request Example
---------------