indico_update_contribution
Update a contribution's title, description, duration, or speaker/author list in Indico, leaving omitted fields unchanged.
Instructions
Change a contribution's title, description, duration or people. Fields left out keep their value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| persons | No | Replaces the whole list of speakers/authors when given | |
| event_id | Yes | Indico event id (the number in /event/<id>/) | |
| instance | No | Indico instance: a configured name (see indico_list_instances) or its URL; an event link works too. Can be left out when only one instance is configured or a default is set. | |
| description | No | ||
| contribution_id | Yes | Database id (see indico_list_contributions) | |
| duration_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||