Web Service Method: Activate a Custom Scheme for a Project
Abstract
Web Service Method: Activate a Custom Scheme for a Project
Description |
---|
This API call activates a custom scheme for use with a project. |
URL: /PoolParty/api/projects/{project}/activateCustomScheme
Content-Type
application/x-www-form-urlencoded
Supported Methods |
---|
POST |
Path Variables
Variable | Description |
---|---|
{project} | Value of a project ID. |
HTTP Parameters
Parameter | Description | Type | Required |
---|---|---|---|
schemaUri | URI(s) of Custom Scheme | Array of IRI | true |
IRI
JSON representation of an IRI object.
Attribute | Type | Required | Comment |
---|---|---|---|
uri | String | true | The string value of the URI. URIs must contain a colon ':' and must not contain any whitespaces. |
{ "uri" : "https://semantic-web.com/api/uri#19743" }
Returns
Content-Type: text/plain
Status: 200 - OK