PutRolealiasesById

Function: putRolealiasesById()

putRolealiasesById<ThrowOnError>(options): RequestResult<PutRolealiasesByIdResponses, PutRolealiasesByIdErrors, ThrowOnError>

Defined in: app/api/sdk.gen.ts:840

Performs a full update of an existing role alias definition. The PutRoleAlias endpoint replaces the current state of a role alias with the data provided in the RoleAliasUpdateDTO. This is the standard method for comprehensive changes to an alias, ensuring that the updated record is fully validated and that the user has the necessary administrative rights to modify system role mappings.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<PutRolealiasesByIdData, ThrowOnError>

Returns

RequestResult<PutRolealiasesByIdResponses, PutRolealiasesByIdErrors, ThrowOnError>

On this page