Viewset for viewing and uploading recipes.

GET /api/v1/recipe/761/?format=api
HTTP 200 OK
Allow: GET, PUT, HEAD, OPTIONS
Cache-Control: public, max-age=30
Content-Type: application/json
Vary: Accept

{
    "id": 761,
    "last_updated": "2019-05-06T17:22:34.566756Z",
    "name": "Hotfix: Update XPI signing intermediate [Bug 1548973]",
    "enabled": false,
    "is_approved": true,
    "revision_id": 2450,
    "action": "opt-out-study",
    "arguments": {
        "name": "hotfix-update-xpi-signing-intermediate-bug-1548973",
        "description": "This is a hotfix that updates an intermediate certificate used for signing add-ons. It is one of the mechanisms used to fix bug 1548973.",
        "extensionApiId": 85,
        "addonUrl": "https://storage.googleapis.com/moz-fx-normandy-prod-addons/extensions/hotfix-update-xpi-intermediate%40mozilla.com-1.0.2-signed.xpi",
        "isEnrollmentPaused": false
    },
    "filter_expression": "\"all users\"",
    "latest_revision_id": 2450,
    "approved_revision_id": 2450,
    "approval_request": {
        "id": 1583,
        "created": "2019-05-04T09:07:10.860750Z",
        "creator": {
            "id": 14,
            "first_name": "Rehan",
            "last_name": "Dalal",
            "email": "rdalal@mozilla.com"
        },
        "approved": true,
        "approver": {
            "id": 1,
            "first_name": "Michael",
            "last_name": "Cooper",
            "email": "mcooper@mozilla.com"
        },
        "comment": "r+"
    },
    "identicon_seed": "v1:6ee131jj3ll",
    "capabilities": [
        "action.opt-out-study"
    ]
}