Skip to content
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

Documentation for KeyWithPayload misleading #10

Open
CarstenLeue opened this issue Nov 29, 2021 · 0 comments
Open

Documentation for KeyWithPayload misleading #10

CarstenLeue opened this issue Nov 29, 2021 · 0 comments

Comments

@CarstenLeue
Copy link

Documentation for the KeyWithPayload type says:

    /** Properties returned only for DELETE. */
    interface KeyWithPayload {
        /** Specifies the MIME type that represents the key resource. Currently, only the default is supported. */
        type?: string;
        /** The v4 UUID used to uniquely identify the resource, as specified by RFC 4122. */

What is meant by /** Properties returned only for DELETE. */? I see a data structure with some of the fields populated being returned by a createKey operation as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant