-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add secrets API #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update version.txt
(next to the swagger file) if needed
c0e103b
to
33a0e10
Compare
33a0e10
to
a735875
Compare
a735875
to
73bb8f0
Compare
103e5db
to
a44a71a
Compare
a44a71a
to
2a75059
Compare
} | ||
|
||
// PostSecretV2 creates a new secret with metadata. | ||
func (client *apiClient) PostSecretV2(ctx context.Context, cas *uint32, body types.PostSecretV2Request) (*types.PostSecretV2Response, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think CAS is not useful here since it's only the creation of the secret.
It would be useful for the Put method tho
No description provided.