Skip to content

Add_Metric does not recognize value_options parameter #14

@msanyoto

Description

@msanyoto

When using the add_metric function to create a new metric in the WikiRate platform, it throws a warning.

from wikirate4py import API
API(API_KEY).add_metric(
    metric_name="METRIC_NAME", 
    metric_designer="METRIC_DESIGNER",
    value_options=["Yes","No"]
)
Unknown parameter [value_options]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions