|  | CoreTweet
    2.0.0-beta.2
    Yet another .NET Twitter Library | 
Provides a set of methods for the wrapper of GET/POST collections. More...
| Public Member Functions | |
| CollectionsListResult | List (params Expression< Func< string, object >>[] parameters) | 
| CollectionsListResult | List (IDictionary< string, object > parameters) | 
| CollectionsListResult | List (object parameters) | 
| CollectionsListResult | List (long? user_id=null, string screen_name=null, long? tweet_id=null, int? count=null, string cursor=null) | 
| Task< CollectionsListResult > | ListAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< CollectionsListResult > | ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CollectionsListResult > | ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CollectionsListResult > | ListAsync (long? user_id=null, string screen_name=null, long? tweet_id=null, int? count=null, string cursor=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| TimelineResponse | Show (params Expression< Func< string, object >>[] parameters) | 
| TimelineResponse | Show (IDictionary< string, object > parameters) | 
| TimelineResponse | Show (object parameters) | 
| TimelineResponse | Show (string id) | 
| Task< TimelineResponse > | ShowAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< TimelineResponse > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< TimelineResponse > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< TimelineResponse > | ShowAsync (string id, CancellationToken cancellationToken=default(CancellationToken)) | 
| CollectionEntriesResult | Entries (params Expression< Func< string, object >>[] parameters) | 
| CollectionEntriesResult | Entries (IDictionary< string, object > parameters) | 
| CollectionEntriesResult | Entries (object parameters) | 
| CollectionEntriesResult | Entries (string id, int? count=null, long? max_position=null, long? min_position=null, TweetMode? tweet_mode=null) | 
| Task< CollectionEntriesResult > | EntriesAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< CollectionEntriesResult > | EntriesAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CollectionEntriesResult > | EntriesAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CollectionEntriesResult > | EntriesAsync (string id, int? count=null, long? max_position=null, long? min_position=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| TimelineResponse | Create (params Expression< Func< string, object >>[] parameters) | 
| TimelineResponse | Create (IDictionary< string, object > parameters) | 
| TimelineResponse | Create (object parameters) | 
| TimelineResponse | Create (string name, string description=null, string url=null, string timeline_order=null) | 
| Task< TimelineResponse > | CreateAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< TimelineResponse > | CreateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< TimelineResponse > | CreateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< TimelineResponse > | CreateAsync (string name, string description=null, string url=null, string timeline_order=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| TimelineResponse | Update (params Expression< Func< string, object >>[] parameters) | 
| TimelineResponse | Update (IDictionary< string, object > parameters) | 
| TimelineResponse | Update (object parameters) | 
| TimelineResponse | Update (string id, string name=null, string description=null, string url=null, string timeline_order=null) | 
| Task< TimelineResponse > | UpdateAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< TimelineResponse > | UpdateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< TimelineResponse > | UpdateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< TimelineResponse > | UpdateAsync (string id, string name=null, string description=null, string url=null, string timeline_order=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| CollectionDestroyResult | Destroy (params Expression< Func< string, object >>[] parameters) | 
| CollectionDestroyResult | Destroy (IDictionary< string, object > parameters) | 
| CollectionDestroyResult | Destroy (object parameters) | 
| CollectionDestroyResult | Destroy (string id) | 
| Task< CollectionDestroyResult > | DestroyAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< CollectionDestroyResult > | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CollectionDestroyResult > | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CollectionDestroyResult > | DestroyAsync (string id, CancellationToken cancellationToken=default(CancellationToken)) | 
| ListedResponse< CollectionEntryOperationError > | EntriesAdd (params Expression< Func< string, object >>[] parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesAdd (IDictionary< string, object > parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesAdd (object parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesAdd (string id, long tweet_id, long? relative_to=null, bool? above=null) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesAddAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesAddAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesAddAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesAddAsync (string id, long tweet_id, long? relative_to=null, bool? above=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| ListedResponse< CollectionEntryOperationError > | EntriesRemove (params Expression< Func< string, object >>[] parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesRemove (IDictionary< string, object > parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesRemove (object parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesRemove (string id, long tweet_id) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesRemoveAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesRemoveAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesRemoveAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesRemoveAsync (string id, long tweet_id, CancellationToken cancellationToken=default(CancellationToken)) | 
| ListedResponse< CollectionEntryOperationError > | EntriesMove (params Expression< Func< string, object >>[] parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesMove (IDictionary< string, object > parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesMove (object parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesMove (string id, long tweet_id, long relative_to, bool? above=null) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesMoveAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesMoveAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesMoveAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesMoveAsync (string id, long tweet_id, long relative_to, bool? above=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| ListedResponse< CollectionEntryOperationError > | EntriesCurate (params Expression< Func< string, object >>[] parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesCurate (IDictionary< string, object > parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesCurate (object parameters) | 
| ListedResponse< CollectionEntryOperationError > | EntriesCurate (string id, IEnumerable< CollectionEntryChange > changes) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesCurateAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesCurateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesCurateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< ListedResponse< CollectionEntryOperationError > > | EntriesCurateAsync (string id, IEnumerable< CollectionEntryChange > changes, CancellationToken cancellationToken=default(CancellationToken)) | 
Provides a set of methods for the wrapper of GET/POST collections.
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
Available parameters:
- string name (required)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
Available parameters:
- string name (required)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
Available parameters:
- string name (required)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
| name | required. | 
| description | optional. | 
| url | optional. | 
| timeline_order | optional. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
Available parameters:
- string name (required)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
Available parameters:
- string name (required)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
Available parameters:
- string name (required)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Create a Collection owned by the currently authenticated user.
| name | required. | 
| description | optional. | 
| url | optional. | 
| timeline_order | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
| id | required. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Permanently delete a Collection owned by the currently authenticated user.
| id | required. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
Available parameters:
- string id (required)
- int count (optional)
- long max_position (optional)
- long min_position (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
Available parameters:
- string id (required)
- int count (optional)
- long max_position (optional)
- long min_position (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
Available parameters:
- string id (required)
- int count (optional)
- long max_position (optional)
- long min_position (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
| id | required. | 
| count | optional. | 
| max_position | optional. | 
| min_position | optional. | 
| tweet_mode | optional. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (optional)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (optional)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (optional)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
| id | required. | 
| tweet_id | required. | 
| relative_to | optional. | 
| above | optional. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (optional)
- bool above (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (optional)
- bool above (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (optional)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Add a specified Tweet to a Collection.
| id | required. | 
| tweet_id | required. | 
| relative_to | optional. | 
| above | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
Available parameters:
- string id (required)
- int count (optional)
- long max_position (optional)
- long min_position (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
Available parameters:
- string id (required)
- int count (optional)
- long max_position (optional)
- long min_position (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
Available parameters:
- string id (required)
- int count (optional)
- long max_position (optional)
- long min_position (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve the identified Collection, presented as a list of the Tweets curated within.
| id | required. | 
| count | optional. | 
| max_position | optional. | 
| min_position | optional. | 
| tweet_mode | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
Available parameters:
- string id (required)
- IEnumerable<CollectionEntryChange> changes (required)
| parameters | The parameters. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
Available parameters:
- string id (required)
- IEnumerable<CollectionEntryChange> changes (required)
| parameters | The parameters. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
Available parameters:
- string id (required)
- IEnumerable<CollectionEntryChange> changes (required)
| parameters | The parameters. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
| id | required. | 
| changes | required. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
Available parameters:
- string id (required)
- IEnumerable<CollectionEntryChange> changes (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
Available parameters:
- string id (required)
- IEnumerable<CollectionEntryChange> changes (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
Available parameters:
- string id (required)
- IEnumerable<CollectionEntryChange> changes (required)
| parameters | The parameters. | 
| 
 | inline | 
Curate a Collection by adding or removing Tweets in bulk.
| id | required. | 
| changes | required. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (required)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (required)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (required)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
| id | required. | 
| tweet_id | required. | 
| relative_to | required. | 
| above | optional. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (required)
- bool above (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (required)
- bool above (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Available parameters:
- string id (required)
- long tweet_id (required)
- long relative_to (required)
- bool above (optional)
| parameters | The parameters. | 
| 
 | inline | 
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
| id | required. | 
| tweet_id | required. | 
| relative_to | required. | 
| above | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
| parameters | The parameters. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
| parameters | The parameters. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
| parameters | The parameters. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
| id | required. | 
| tweet_id | required. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
Available parameters:
- string id (required)
- long tweet_id (required)
| parameters | The parameters. | 
| 
 | inline | 
Remove the specified Tweet from a Collection.
| id | required. | 
| tweet_id | required. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
Available parameters:
- long user_id (optional)
- string screen_name (optional)
- long tweet_id (optional)
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
| user_id | optional. | 
| screen_name | optional. | 
| tweet_id | optional. | 
| count | optional. | 
| cursor | optional. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
Available parameters:
- long user_id (optional)
- string screen_name (optional)
- long tweet_id (optional)
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
Available parameters:
- long user_id (optional)
- string screen_name (optional)
- long tweet_id (optional)
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
Available parameters:
- long user_id (optional)
- string screen_name (optional)
- long tweet_id (optional)
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
| user_id | optional. | 
| screen_name | optional. | 
| tweet_id | optional. | 
| count | optional. | 
| cursor | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
Available parameters:
- long user_id (optional)
- string screen_name (optional)
- long tweet_id (optional)
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Find Collections created by a specific user or containing a specific curated Tweet.
Available parameters:
- long user_id (optional)
- string screen_name (optional)
- long tweet_id (optional)
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
| id | required. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Retrieve information associated with a specific Collection.
| id | required. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
- string name (optional)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
- string name (optional)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
- string name (optional)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
| id | required. | 
| name | optional. | 
| description | optional. | 
| url | optional. | 
| timeline_order | optional. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
- string name (optional)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
- string name (optional)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
Available parameters:
- string id (required)
- string name (optional)
- string description (optional)
- string url (optional)
- string timeline_order (optional)
| parameters | The parameters. | 
| 
 | inline | 
Update information concerning a Collection owned by the currently authenticated user.
| id | required. | 
| name | optional. | 
| description | optional. | 
| url | optional. | 
| timeline_order | optional. | 
| cancellationToken | The cancellation token. | 
 1.8.17
 1.8.17