Web Service Method: Create a Project Using PPAR
Web Service Method: Create a Project Using PPAR
Description |
---|
Creates a new project with ppar. |
URL: /PoolParty/api/projects/create
application/x-www-form-urlencoded
Supported Methods |
---|
POST |
Parameter | Description | Type | Required |
---|---|---|---|
file | .ppar file | MultipartFile | true |
title | Project title | String | false |
projectIdentifier | Project Identifier | String | false |
userGroups | User groups | Array of Strings | false |
Content-Type: application/json
Attribute | Type | Comment |
---|---|---|
availableLanguages | Array of Strings | Available Languages |
defaultLanguage | String | Default Language |
description | String | Project description |
id | String | UUID of the project |
lastModified | String | Project last modified date |
subject | String | Primary subject of the project |
title | String | Project title |
uri | String | Linked data URI of the project |
uriSupplement | String | Project URI supplement |