har2api - v0.1.0
    Preparing search index...

    Interface ParamModel

    A single observed query-string parameter.

    interface ParamModel {
        example?: string;
        name: string;
        required: boolean;
        sensitive: boolean;
    }
    Index

    Properties

    example?: string
    name: string
    required: boolean

    Whether it appeared on every request to the operation.

    sensitive: boolean

    Whether its value is treated as a secret (masked in output).