| 527 | } |
| 528 | |
| 529 | pub struct UpsertTopic { |
| 530 | pub actor: Arc<Viewer>, |
| 531 | pub locale: Locale, |
| 532 | pub name: String, |
| 533 | pub on_matching_synonym: OnMatchingSynonym, |
| 534 | pub parent_topic_id: ExternalId, |
| 535 | pub repo_id: RepoId, |
| 536 | } |
| 537 | |
| 538 | pub struct UpsertTopicResult { |
| 539 | pub alerts: Vec<Alert>, |