One more Mustache

This commit is contained in:
keithhc2 2021-11-05 14:21:13 -07:00
parent aa844bd649
commit 4ae3cc02b6
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ Parameter | Description | Type | Required | Default
{
"snapshot": {
"repository": "my_backup",
"snapshot": "{{ctx.IndexUuid}}"
"snapshot": "{{ctx.indexUuid}}"
}
}
```