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:
parent
d4a1bbda0b
commit
49632aee6d
@ -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
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user