All requests require an access token. Use the access_token
parameter.
POST: /admin/index_api
Input body
- Manifest container json file
{
"id": "My collection",
"items": [
{
"id": "12345",
"parent_id": null,
"collection_id": "My collection",
"type": "folder",
"label": "My folder",
"size": null,
"created_at": null,
"width": null,
"height": null,
"original": {
"uri": null,
"puid": null
},
"access": {
"uri": null,
"puid": null
}
},
...
]
}
POST: /admin/index
Input parameters
path
The path to the collection to be indexed
POST: /admin/register_token
Input parameters
token
The token to registercollection
The collection to which this token provides accessfrom
The date from which it is validto
The date till which it is valid