Update index.html.md (#3433)
Fixed typo in json property used to create custom secret_id
This commit is contained in:
parent
cbe41b590f
commit
d5decccbfe
|
@ -523,7 +523,7 @@ Assigns a "custom" SecretID against an existing AppRole. This is used in the
|
|||
|
||||
```json
|
||||
{
|
||||
"secret-id": "testsecretid"
|
||||
"secret_id": "testsecretid"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue