Add Permission to Role
POST /roles/{roleId}/permissions/{permissionId}
Description
Associates a specific permission with a role.
Authentication
X-API-Key
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | X-API-Key: {{apiKey}} | Yes |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| roleId | uuid | The unique identifier of the role |
| permissionId | uuid | The unique identifier of the permission to add |