Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Modpacks

Kyle Klaus edited this page Oct 9, 2017 · 6 revisions

Add a modpack

Request

POST /api/modpacks HTTP/1.1
Authentication: Bearer some-token

    {
        "name": "Attack of the B-Team",
        "slug": "attack-of-the-bteam",
        "status": "public",
    }

Response

HTTP/1.1 200 OK

    {
        "id": 1,
        "name": "Attack of the B-Team",
        "slug": "attack-of-the-bteam",
        "status": "public",
    }
Clone this wiki locally