Skip to content

Secret Group

Info

For API overview and usages, check out this page

Get List

GET /api/project-manager/permissions (requires authentication)

Response

Status: 200 OK
{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": "0a259b52-341f-4e42-baf2-cbdb76b0818a",
            "title": "Update Project",
            "description": "admin"
        }
    ]
}


Last update: November 24, 2021