Permission
Get effective actions for a resource
Returns the caller's effective actions on the given resource.
get/v1/permissions/resources/{resourceId}
Response
OK
Example response
{
"actions": [
"project.read",
"issue.create"
]
}Returns the caller's effective actions on the given resource.
OK
{
"actions": [
"project.read",
"issue.create"
]
}