Infocenter update service endpoints¶
- For general information see How to work with infocenter update.
- Technical definitions of each API endpoint, sample code, test UI and Open API definitions to download could be found in the developer portal.
-> developer.discover.swiss/apis
General headers¶
Header Name | Type | Description |
---|---|---|
Ocp-Apim-Subscription-Key | string | Appropriate subscription key you can get in the developer portal |
General query parameters¶
Parameter Name | Type | Description |
---|---|---|
project | string | project name of data to be modified |
sourceId | string | external identifier of data which is used by partners on theirs portals |
Creative Work¶
Route | Type | Request type | Response type |
---|---|---|---|
/creativeWorks/{project} | POST | CreativeWorkRequest | UpdateResponse |
/creativeWorks/{project} | PUT | CreativeWorkRequest | UpdateResponse |
/creativeWorks/{project}/{sourceId} | DELETE | - | UpdateResponse |
Tour¶
Route | Type | Request type | Response type |
---|---|---|---|
/tours/{project} | POST | TourRequest | UpdateResponse |
/tours/{project} | PUT | TourRequest | UpdateResponse |
/tours/{project}/{sourceId} | DELETE | - | UpdateResponse |
Last update:
January 27, 2023 14:37:03