MinecraftAdministrationCenter / mac-docs

Public documentation for the administration panel(both API and UI).
MIT License
0 stars 0 forks source link

API Endpoint #8

Open FastFelix771 opened 6 years ago

FastFelix771 commented 6 years ago

Request Example

GET back.end/global/api

Reponse Examples

Success

Response-Code: 300 Multiple Choices

{
    "success": true,
    "content": {
        "available": [
            "v1"
        ],
        "recommended": "v1"
    }
}

Failure

Response-Code: 500 Internal Server Error

{
    "success": false,
    "content": "ERROR_MESSAGE"
}