AutoBE
    Preparing search index...

    Request body for an API operation.

    Content-type is always application/json. For file uploads, use a URI string property instead of multipart/form-data.

    interface IRequestBody {
        description: string;
        typeName: string;
    }
    Index

    Properties

    description: string

    Description of the request body.

    MUST be written in English. Never use other languages.

    typeName: string

    Type name referencing a component schema.

    Naming convention: IEntityName.ICreate (POST), IEntityName.IUpdate (PUT), IEntityName.IRequest (list/search).