With this call you can update the supplement data of an asset. An asset may have maximum 16 supplement, 64 Kilobyte / supplement.
/asset/{asset_id}/supplement/{supplement_id}/update [POST]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
asset_id |
alphanumeric |
the asset_id |
URL |
obligatory |
|
supplement_id |
alphanumeric |
unique supplement id |
URL |
obligatory |
|
user_id |
alphanumeric |
owner of the asset |
POST |
obligatory |
|
supplement |
free / valid XML without xml-header in case of OAI-PMH |
data that must be saved as a supplement |
POST |
obligatory |
|
oai_prefix |
string |
OAI-PMH specific information |
POST |
obligatory in case of OAI-PMH |
|
oai_namespaceuri |
string |
OAI-PMH specific information |
POST |
obligatory in case of OAI-PMH |
|
oai_schemalocation |
string |
OAI-PMH specific information |
POST |
obligatory in case of OAI-PMH |
/asset/uhesdf823hjKhfsd/supplement/VlN2ZDKv9rpsfmBAWpvfiw1zQ6z/update
POST:
user_id=entree004
supplement=<data>
|
Field |
Description |
|
n/a |
This call doesn't return others, just the standard header with the request information |