Request body of the operation.

interface IRequestBody {
    content?: IContent;
    description?: string;
    required?: boolean;
    "x-nestia-encrypted"?: boolean;
}

Properties

content?: IContent
description?: string
required?: boolean
"x-nestia-encrypted"?: boolean