Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateProjectRequest

A request to update a project.

Hierarchy

  • UpdateProjectRequest

Index

Properties

Optional description

description: StringLiteral[] = undefined

A description of a project.

Optional keywords

keywords: string[] = undefined

Project keywords.

Optional logo

logo: undefined | string = undefined

The path to the projects's logo.

Optional longname

longname: undefined | string = undefined

The longname of a Knora project.

Optional selfjoin

selfjoin: undefined | false | true = undefined

Exists and is true if users can add themselves to the project or group.

Optional shortname

shortname: undefined | string = undefined

The unique shortname of a Knora project.

Optional status

status: undefined | false | true = undefined

The status of the user / group / project. It is false if the entity has been deactivated (deleted).

Generated using TypeDoc