Web Service Method: Change URI of a Concept
Abstract
Web Service Method: Change URI of a Concept
Description |
---|
Changes the URI of a concept. |
URL: /PoolParty/api/thesaurus/{project}/changeUri
Supported Methods |
---|
POST |
application/json
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Attribute | Type | Comment |
---|---|---|
| String | Existing URI of the concept |
| String | NewURI of the concept |
http status code:
200 if OK.
POST Request
POST http://<server-url>/PoolParty/api/thesaurus/APItests/changeUri { "newUri" : "https://semantic-web.com/api/newUri#6211", "oldUri" : "https://semantic-web.com/api/oldUri#16511" }