Projects
Create and manage projects and members.
Create and manage projects and members.
elnora_projects_addMember
[DEPRECATED] Add a member to a project — projects were removed; this is a no-op.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
role | any | yes | Role (default: Member) |
userId | any | yes | User ID to add |
elnora_projects_archive
[DEPRECATED] Archive (delete) a project — projects were removed; this is a no-op.
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
elnora_projects_create
[DEPRECATED] Create a new project — projects were removed; this is a no-op.
| Parameter | Type | Required | Description |
|---|---|---|---|
description | any | yes | Project description |
icon | any | yes | Project icon |
name | any | yes | Project name |
elnora_projects_get
[DEPRECATED] Get details of a specific project — projects were removed; this is a no-op.
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
elnora_projects_leave
[DEPRECATED] Leave a project — projects were removed; this is a no-op.
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
elnora_projects_list
[DEPRECATED] List all projects accessible to the current user — projects were removed; this is a no-op.
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
page | any | yes | Page number |
pageSize | any | yes | Results per page |
elnora_projects_members
[DEPRECATED] List members of a project — projects were removed; this is a no-op.
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
elnora_projects_removeMember
[DEPRECATED] Remove a member from a project — projects were removed; this is a no-op.
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
userId | any | yes | User ID to remove |
elnora_projects_update
[DEPRECATED] Update an existing project — projects were removed; this is a no-op.
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
description | any | yes | New description |
icon | any | yes | New icon |
name | any | yes | New name |
projectId | any | yes | Project UUID |
elnora_projects_updateRole
[DEPRECATED] Update a project member's role — projects were removed; this is a no-op.
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | any | yes | Project UUID |
role | any | yes | New role |
userId | any | yes | User ID |