Documentation
    Preparing search index...

    Request body.

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

    Properties

    Body content by media type.

    description?: string

    Body description.

    required?: boolean

    Whether required.

    "x-nestia-encrypted"?: boolean

    Nestia encryption flag.