We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a98d40 commit 723a90eCopy full SHA for 723a90e
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## 0.107.0
+## 0.108.0
6
7
BREAKING CHANGES:
8
resources/untyped/vtask.go renamed to resources/untyped/v_task.go
rest/untyped_rest.go
@@ -185,6 +185,7 @@ type UntypedVMSRest struct {
185
// +apiall:extraMethod:GET=/groups/names/
186
Groups *untyped.Group
187
// +apiall:extraMethod:GET=/iamroles/{id}/credentials/
188
+ // +apiall:extraMethod:PATCH=/iamroles/{id}/revoke_access_keys/
189
IamRoles *untyped.IamRole
190
Injections *untyped.Injections
191
// +apiall:extraMethod:PATCH=/indestructibility/{id}/generate_token/
0 commit comments