Add Dashboard Access

Add Dashboard Access

Adds the specified ids to the given dashboards' ACL

Request
URI
POST
https://{api_host}/api/v2/dashboard/acl/add
COPY
Request Body
AccessControlListWriteDTOArray of type(s) application/json
Optional
[
    {
        "entityId": "string",
        "viewAcl": [
            "string"
        ],
        "modifyAcl": [
            "string"
        ]
    }
]
Authentication
This operation uses the following authentication methods.
Responses
default

successful operation

Operation doesn't return any data structure