POST api/v2/me/annotations
Request Information
URI Parameters
None.
Body Parameters
Body5| Name | Description | Type | Additional information |
|---|---|---|---|
| text | string |
Required |
|
| bookmark | Bookmark2 |
None. |
|
| AdditionalProperties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"text": "sample string 1",
"bookmark": {
"track_id": "sample string 1",
"position_ms": 2,
"sample string 1": {},
"sample string 3": {}
},
"sample string 1": {},
"sample string 3": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.