Update update operation and uuid references

This commit is contained in:
Kevin Pike
2016-02-21 15:31:22 -08:00
parent 79ed734a2f
commit 6ac1a8c48b
6 changed files with 17 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ func pathConfigConnection(b *backend) *framework.Path {
},
Callbacks: map[logical.Operation]framework.OperationFunc{
logical.WriteOperation: b.pathConnectionWrite,
logical.UpdateOperation: b.pathConnectionWrite,
},
HelpSynopsis: pathConfigConnectionHelpSyn,