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