screeps-api
    Preparing search index...

    Interface UserMessagesMarkReadResponse

    POST /api/user/messages/mark-read response

    interface UserMessagesMarkReadResponse {
        "0": number;
        "1": number;
        "2": ScreepsDbUpdateResult;
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1 2 ok

    Properties

    "0": number
    "1": number
    ok: 1

    An API success response always contains { ok: 1 }