Skip to content

Remove "nested" result enums for some older endpoints #508

@Nerixyz

Description

@Nerixyz

See #507 (comment) - some endpoints like update_custom_reward have an enum as their return value:

pub enum UpdateCustomReward {
/// Reward updated
Success(CustomReward),
}

These should be removed (there are a few more - see linked PR and beyond(?)). Note that this is a breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions