Skip to main content
Version: 8.10 (unreleased)

Type Alias: AssignRoleToClientData

type AssignRoleToClientData = object;

Properties

body?

optional body?: never;

path

path: object;

clientId

clientId: ClientId;

The client ID.

roleId

roleId: RoleId;

The role ID.


query?

optional query?: never;

url

url: "/roles/{roleId}/clients/{clientId}";