elastic/cloud-sdk-go

Update client/models to MS39

Closed this issue · 0 comments

Description

MS39 is live. Our SDK client and models should be updated to that version.

Additionally some changes with the users API have been made, where
the PATCH method no longer takes a type models.User but a string.
This means the userapi.Update and userapi.UpdateCurrent functions
need to be modified to reflect this change.