fix: restore when changing tokens works (#297)

* fix: restore when changing tokens works

* fix: remove cruft

* chore: changelog update

* chore: CHANGELOG word-smithing

Co-authored-by: Dan Moran <dmoran@influxdata.com>
This commit is contained in:
Sam Arnold
2021-10-07 08:23:39 -04:00
committed by GitHub
parent 64b1b03f8f
commit c4a5a13c8e
3 changed files with 22 additions and 2 deletions

View File

@ -91,6 +91,7 @@ Examples:
RestoreApi: api.RestoreApi.OnlyOSS(),
BucketsApi: api.BucketsApi,
OrganizationsApi: api.OrganizationsApi,
ApiConfig: api,
}
return client.Restore(getContext(ctx), &params)
},