/* This file is the descriptor for the parameter set shortcut-token */
{
    "meta" : {
        "label": "Shortcut API Token",
        "description": "The API token for accessing Shortcut",
        "icon": "fas fa-puzzle-piece"
    },
    "params": [
        {
            "name": "shortcut_api_token",
            "label": "Shortcut token",
            "type": "CREDENTIAL_REQUEST",
            "credentialRequestSettings": {
                "type": "SINGLE_FIELD"
            },
            "description": "Please enter a valid API token for accessing the Shortcut REST API",
            "mandatory": true
        }
    ]
}
