Cannot create environment from env-template
The bug was caused by doc example. The doc example contained malformed json. Change-Id: I6f1a7955faed385e0dc1001f68fcd5e2f6bff13e Closes-Bug: #1437361
This commit is contained in:
parent
ecf502a7c9
commit
159c6c29d7
@ -397,7 +397,7 @@ Create an environment from an environment template
|
|||||||
::
|
::
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'environment_name'
|
"name": "environment_name"
|
||||||
}
|
}
|
||||||
|
|
||||||
*Response*
|
*Response*
|
||||||
|
Loading…
Reference in New Issue
Block a user