Projects

Create and manage projects and their members.

Create and manage projects and their members.

elnora projects addMember

[DEPRECATED] Add a member to a project — projects were removed; this is a no-op.

elnora projects addMember [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID
rolestringnoRole to assign (default: Member) Default: Member.
userIduuidyesUser ID to add

elnora projects archive

[DEPRECATED] Archive (delete) a project — projects were removed; this is a no-op.

Destructive

elnora projects archive [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID to archive

elnora projects create

[DEPRECATED] Create a new project — projects were removed; this is a no-op.

elnora projects create [required options] [options]
ParameterTypeRequiredDescription
descriptionstringnoProject description
iconstringnoProject icon
namestringyesProject name

elnora projects get

[DEPRECATED] Get details of a specific project — projects were removed; this is a no-op.

Read-only

elnora projects get [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID

elnora projects leave

[DEPRECATED] Leave a project — projects were removed; this is a no-op.

Destructive

elnora projects leave [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID to leave

elnora projects list

[DEPRECATED] List all projects accessible to the current user — projects were removed; this is a no-op.

Read-only

elnora projects list [options]
ParameterTypeRequiredDescription
pageintegernoPage number Default: 1.
pageSizeintegernoResults per page Default: 25.

elnora projects members

[DEPRECATED] List members of a project — projects were removed; this is a no-op.

Read-only

elnora projects members [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID

elnora projects removeMember

[DEPRECATED] Remove a member from a project — projects were removed; this is a no-op.

Destructive

elnora projects removeMember [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID
userIduuidyesUser ID to remove

elnora projects update

[DEPRECATED] Update an existing project — projects were removed; this is a no-op.

Idempotent

elnora projects update [required options] [options]
ParameterTypeRequiredDescription
descriptionstringnoNew project description
iconstringnoNew project icon
namestringnoNew project name
projectIduuidyesProject ID

elnora projects updateRole

[DEPRECATED] Update a project member's role — projects were removed; this is a no-op.

Idempotent

elnora projects updateRole [required options] [options]
ParameterTypeRequiredDescription
projectIduuidyesProject ID
rolestringyesNew role to assign
userIduuidyesUser ID of the member

On this page