@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias UpdateUserData

    type UpdateUserData = {
        body: UserUpdateRequest;
        path: { username: Username };
        query?: never;
        url: "/users/{username}";
    }
    Index

    Properties

    Properties

    path: { username: Username }

    Type Declaration

    • username: Username

      The username of the user to update.

    query?: never
    url: "/users/{username}"