POST restapi/personal/ai/stores/resources/v1?storeToken={storeToken}
Creates a store from itslearning resources or adds resources to an existing store.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeToken |
Optional store token. If provided, adds to existing store; otherwise creates new one. |
string |
None. |
Body Parameters
List of element IDs to add to the store.
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
No sample available
Response Information
Resource Description
Response containing the store token and file information.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.